{ "opencollection": "1.0.0", "info": { "name": "Data Quality Monitors Create a Custom Data Quality Monitor Delete an existing Custom Data Quality Monitor API", "version": "1.0.1" }, "items": [ { "info": { "name": "Delete an existing Custom Data Quality Monitor", "type": "folder" }, "items": [ { "info": { "name": "Delete an existing Custom Data Quality Monitor by Id", "type": "http" }, "http": { "method": "DELETE", "url": "https://gateway.revefi.com/api/v1/monitor", "params": [ { "name": "monitorId", "value": "", "type": "query", "description": "Id of the monitor to be deleted" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete an existing custom Data Quality monitor from Revefi" } ] } ], "bundled": true }