Delete

  • DEL
  • /workspaces
  • /:workspace
  • /targets
  • /:target_id

Deletes a target from the specified workspace using its ID.
This action is irreversible and requires the TARGET_MANAGE scope.

Request

REQUIRED SCOPES
TARGET_MANAGE
URL PARAMETERS
workspacerequiredstring
The workspace name.
target_idrequiredstring
ID of the desired target.

Last modified on Jan 19, 2026

Request example

CURL
curl -X DELETE "https://api.buddy.works/workspaces/:workspace/targets/:target_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \

Response

STATUS
204 NoContent