Delete Target
DELETE/v2beta/actions/targets/:id
Delete an existing target. This will remove it from any configured execution as well. In case the target is not found, the request will return a successful response as the desired state is already achieved.
Required permission:
action.target.delete
Required feature flag:
actions
Request​
Responses​
- 200
- 400
- 403
- 404
- default
Target deleted successfully
The feature flag actions
is not enabled.
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
An unexpected error response.