Delete a webhook

Delete a webhook

DELETE https://api.complycube.com/v1/webooks/:id

Delete an existing a webhook

Path Parameters

NameTypeDescription

id

string

The ID of the webhook.

Headers

NameTypeDescription

Authorization

string

The live or sandbox API key.

Example request

curl -X DELETE https://api.complycube.com/v1/webhooks/{:webhookId} \
     -H 'Authorization: <YOUR_API_KEY>'

Last updated