Remove Events from a Webhook
Description:
You can use this API to remove the events from a webhook.
Query Parameter:
- ids - To specify the event ids to remove only the particular events (ex:ids=event1,event2)
OAuth Scope:
SalesIQ.webhooks.DELETE
URL to remove bulk events:
Copiedhttps://{[zohosalesiq_server_uri](https://www.zoho.com/salesiq/help/developer-section/rest-api-v2.html)}/api/v2/{screenname}/webhooks/{id}/events
Example:
Copiedhttps://salesiq.zoho.com/api/v2/zylker/webhooks/8000000002001/events?ids=conversation.created,conversation.visitor.replied
URL to remove specific events:
Copiedhttps://salesiq.zoho.com/api/v2/{screenname}/webhooks/{id}/events/{ids}
Example:
Copiedhttps://salesiq.zoho.com/api/v2/zylker/webhooks/8000000002001/events/conversation.created