Last modified October 31, 2024

deleteNotificationIntegration

This function will delete the Enabled Notification Integration based on Type.
Parameters
Parameter name Type Description Possible Values Example
_id String The Notification Integration Object ID. For a list of configured Notification Integrations, please use listNotificationIntegrations _id=6169fde7916d0366563db4b2

Example Call JETAPI

jetbackup5api -F deleteNotificationIntegration -D "_id={$NOTIFICATION_INTEGRATION_ID}"
success: 1 message: Notification Integration Deleted Successfully system: version: 5.3.3 version_panel: 5.3.3 tier: EDGE type: cPanel retry_ms: 0 disableui: dr: agreement_panel: agreement: licenseIssue: data:

Example Call HTTP

https://hostname.example.com:2087/cpsess##########/cgi/addons/jetbackup5/api.cgi?function=deleteNotificationIntegration&_id={$NOTIFICATION_INTEGRATION_ID}