Skip to main content
DELETE
/
v3
/
webhook
/
destinations
/
{destination_uuid}
/
curl
curl -X DELETE 'https://verification.didit.me/v3/webhook/destinations/11111111-2222-3333-4444-555555555555/' \
  -H 'x-api-key: YOUR_API_KEY'
{
  "detail": "You do not have permission to perform this action."
}

Authorizations

x-api-key
string
header
required

Path Parameters

destination_uuid
string<uuid>
required

UUID of the destination to delete.

Response

Destination deleted. No response body.