{ "opencollection": "1.0.0", "info": { "name": "Bench AccountActivities SharedFilters API", "version": "1.0" }, "items": [ { "info": { "name": "SharedFilters", "type": "folder" }, "items": [ { "info": { "name": "Delete a shared filter from the given account", "type": "http" }, "http": { "method": "DELETE", "url": "https://bench.gobridgit.com/rp/api/v1/accounts/:accountId/shared-filters/:id", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The Account ID" }, { "name": "id", "value": "", "type": "path", "description": "Id of the filter to remove" } ] }, "docs": "
Permissions
Account: Write" } ] } ], "bundled": true }