Delete
- DELETE
- /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.
Example:
CURLcurl -X DELETE "https://api.buddy.works/workspaces/:workspace/targets/:target_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
STATUS204 NoContent
LIMITSX-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999