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

ParametersData TypeDescription
webhook_idStringUnique ID of a webhook that can be used in APIs.
responseJSON ObjectContains the response details of the API.
codeIntegerSuccess or failure code.
messageStringSuccess or failure message returned by the API.

Possible Errors

Error CodesDescription
400205Invalid webhook ID

Sample Response - Success

Copied{
    "webhook_id": "5000000352001"
    "response" : {
        "code": 200205,
         "message": "Webhook deleted successfully"
   }
}