Disable with notification ID
Last updated
Was this helpful?
Last updated
Was this helpful?
Here you will find instructions on how to deactivate notifications for webhooks with a specific notification ID.
Disabling the notification type PERSON_UPDATED with notificationConfigId ID-1114.
To deactivate notifications by notification ID, make the API call below:
https://notification-api.sandbox.tuumplatform.com/api/v1/notification-config/ID-1114/disable
Disables the generation of notifications for events based on the notification ID.
Here is a sample request for disabling the generation of notifications for events based on the notification ID:
Below you will find the response body to the sample request:
The API call was successful and now notifications of the type PERSON_UPDATED with ID-1114 are not generated as it is now disabled ("enabled"
:
false
).