Delete a webhook

URL

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

Delete an existing webhook.

Headers

NameTypeDescription

Authorization*

string

The API live or test key.

Path parameters

NameTypeDescription

id*

string

The ID of the webhook.

Example request

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

Example response

Last updated