Deletes a webhook subscription.
Endpoint
https://api.neoncrm.com/neonws/services/api/webhook/deleteWebhook
Request
https://api.neoncrm.com/neonws/services/api/webhook/deleteWebhook?userSessionId=[session id]&id=17
Response
{
"deleteWebhookResponse": {
"operationResult": "SUCCESS",
"responseDateTime": "2017-06-30T19:27:36.559+0000"
}
}
Request Parameters
Parameter |
Required |
Description |
id |
Yes |
The ID of the webhook to be deleted. |
Error Codes
Code |
Text |
Description |
17007 |
WEBHOOK_ID_IS_REQUIRED |
Webhook id is required. |
17008 |
WEBHOOK_ID_IS_INVALID |
Webhook id is invalid. |