Skip to main content
DELETE
/
webhooks
/
{webhook_id}
Delete Webhook
curl --request DELETE \
  --url https://api.coinvoyage.io/v2/webhooks/{webhook_id} \
  --header 'Authorization-Signature: <authorization-signature>'
{
  "code": 400,
  "error": "Bad Request",
  "message": "Invalid request parameters"
}

Headers

Authorization-Signature
string
required

Authorization header format: 'APIKey=<api_key>,signature=,timestamp=<unix_timestamp>'

Path Parameters

webhook_id
string
required

The unique identifier of the webhook

Response

Webhook deleted successfully