Delete a webhook

Remove a registered webhook by ID.

DELETE

Parameters

Path Parameters

WebhookId
REQUIRED
Unique identifier of the webhook
Status codeDescription
200An empty response
400Bad request error - the request contains invalid parameters or malformed data
500Internal server error - an unexpected error occurred on the server
cURL
curl -L -X DELETE \
"https://blockv-labs.io/webhooks/{webhookId}" \
-H 'Accept: application/json'
json
{
"type": "object"
}