Webhooks
Delete a webhook
DELETE
/webhooks/{id}Authorization
api-key AuthorizationBearer <token>
Enter your API key with the bc_ prefix
In: header
Path Parameters
id*string
Response Body
application/json
curl -X DELETE "https://example.com/webhooks/string"{ "message": "string", "success": true}