{ "opencollection": "1.0.0", "info": { "name": "OpenMetadata APIs Agent Executions ingestionPipelines API", "version": "1.13" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "ingestionPipelines", "type": "folder" }, "items": [ { "info": { "name": "Delete Pipeline Status", "type": "http" }, "http": { "method": "DELETE", "url": "/api/v1/services/ingestionPipelines/:id/pipelineStatus", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the Ingestion Pipeline" } ] }, "docs": "Delete the Pipeline Status for this Ingestion Pipeline." } ] } ], "bundled": true }