Delete Webhook Endpoint

DELETE
/api/v1/webhooks/endpoints/{endpointId}

Path Parameters

endpointId*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v1/webhooks/endpoints/string"
Empty
{  "_tag": "Api/ActionForbiddenError",  "message": "string"}
{  "_tag": "Api/WebhookEndpointNotFoundError",  "endpointId": "string"}
{  "_tag": "Api/WebhookServiceError",  "cause": "string"}