Disable Specific Notifications

PATCH {{api-domain}}/crm/v4/actions/watch

To disable notifications for the specified events in a channel.

Request Body

{"watch"=>[{"channel_id"=>"1000000058001", "events"=>["Leads.edit", "Cases.all"], "_delete_events"=>true}]}

RESPONSES

status: OK

{"watch":[{"code":"SUCCESS","details":{"events":[{"resource_uri":"https://www.zohoapis.com/crm/v2/Contacts","resource_id":"4876876000000002179","resource_name":"Contacts","channel_id":"1000000068001"}]},"message":"Successfully removed the subscribe details","status":"success"}]}