Skip to content

Delete a webhook target

DELETE
/organizations/{org_id}/webhooks/{target_id}
curl --request DELETE \
--url https://api.perstat.io/organizations/example/webhooks/example \
--header 'Authorization: Bearer <token>'

Permanently removes a webhook or Slack target from the organization. Returns 204 on success and 404 when the target does not belong to the organization. Requires project management rights.

org_id
required
string
target_id
required
string