Skip to main content
DELETE
/
v1
/
webhook-destinations
/
{uuid}
Delete Webhook Destination
curl --request DELETE \
  --url https://identity.contra.id/v1/webhook-destinations/{uuid}
curl -X DELETE https://identity.contra.id/v1/webhook-destinations/$UUID \
  -H "x-api-key: $CONTRA_KEY"

Response · 204

No body. To disable temporarily without deleting, use Update with {"active": false}.