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 example
CURLcurl -X DELETE "https://api.buddy.works/workspaces/:workspace/targets/:target_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \
Response
STATUS204 NoContent