Delete a Webhook
Use the delete API to delete a webhook. Any webhook actions already queued will not be affected.
Request Type
DELETE
Request URL
https://campaigns.zoho.com/emailapi/v2/settings/webhook/{webhook_id}
Content-Type
application/json
List of Response Body Attributes
Parameters | Data Type | Description |
webhook_id | String | Unique ID of a webhook that can be used in APIs. |
response | JSON Object | Contains the response details of the API. |
code | Integer | Success or failure code. |
message | String | Success or failure message returned by the API. |
Possible Errors
Error Codes | Description |
400205 | Invalid webhook ID |
Sample Response - Success
Copied{
"webhook_id": "5000000352001"
"response" : {
"code": 200205,
"message": "Webhook deleted successfully"
}
}