Skip to main content
DELETE
DELETE /v1/webhooks/{webhookId}

DELETE /v1/webhooks/

GET /api/v1/webhooks/[webhookId] Get a single webhook subscription

Path Parameters

string
webhookId

Responses

success
Successful response
error
Bad request - Invalid parametersReturns a Error object
error
Unauthorized - Invalid or missing API keyReturns a Error object
error
Not foundReturns a Error object
error
Internal server errorReturns a Error object

Code Examples