Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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" }
Delete an existing webhook for the authenticated organization
Authorization header format: 'APIKey=<api_key>,signature=,timestamp=<unix_timestamp>'
The unique identifier of the webhook
Webhook deleted successfully
Was this page helpful?