Last modified November 7, 2024

deleteAccountFilter

This function allows you to delete the object given its Account Filter ID.
Parameter name Type Description Possible Values Example
_id String REQUIRED Account Filter ID of the Account Filter Object you are trying to delete. N/A _id=5f864533cde674169f42ffe2

Example Call JETAPI

jetbackup5api -F deleteAccountFilter -D "_id={$ACCOUNT_FILTER_ID}"
success: 1 message: Account Filter 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=deleteAccountFilter&_id={$ACCOUNT_FILTER_ID}