Delete a webhook
DELETE /api/v1/eventConfigurations/<webhookID>
Deletes a webhook.
An empty 200 OK response means that the deletion was successful.
DELETE /api/v1/eventConfigurations/<webhookID>
Deletes a webhook.
An empty 200 OK response means that the deletion was successful.
|
Attribute |
Type |
Description |
Example |
|---|---|---|---|
|
|
string |
The webhook ID. If you do not know the webhook ID, first retrieve webhooks. |
|
curl -X DELETE '<baseURL>/api/v1/eventConfigurations/7050346545d5447da57b64be6416ac78' \ -H 'Authorization: Bearer <bearerToken>' \ -H 'Accept: application/json'