Skip to main content

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​

Path Parameters

    id stringrequired

Responses​

Target deleted successfully

Schema

    deletionDate date-time

    The timestamp of the deletion of the target. Note that the deletion date is only guaranteed to be set if the deletion was successful during the request. In case the deletion occurred in a previous request, the deletion date might be empty.

Loading...