Disable Specific Notifications
PATCH {{api-domain}}/crm/v2/actions/watch
To disable notifications for the specified events in a channel. Please see our documentation for more information on the API.
Request Body
{"watch"=>[{"channel_id"=>"1000000058001", "events"=>["Leads.edit", "Cases.all"], "_delete_events"=>true}]}
RESPONSES
status: OK
{"watch":[{"code":"SUCCESS","details":{"events":[{"channel_expiry":"2021-05-11T16:48:40+00:00","resource_uri":"https://crm.localzoho.com/crm/v2/Solutions","resource_id":"738964000000000161","resource_name":"Solutions","channel_id":"1000000068001"},{"channel_expiry":"2021-05-11T16:48:40+00:00","resource_uri":"https://crm.localzoho.com/crm/v2/Price_Books","resource_id":"738964000000000167","resource_name":"Price_Books","channel_id":"1000000068001"}]},"message":"Successfully updated the subscribe details","status":"success"},{"code":"SUCCESS","details":{"events":[{"channel_expiry":"2021-05-11T16:48:40+00:00","resource_uri":"https://crm.localzoho.com/crm/v2/Deals","resource_id":"738964000000000131","resource_name":"Deals","channel_id":"1000000068002"}]},"message":"Successfully updated the subscribe details","status":"success"}]}