cURL
curl --request DELETE \ --url https://api.artosai.com/pipelines/{pipelineId} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "pipelineId": "<string>", "deleted_at": "2023-11-07T05:31:56Z" }
Removes a pipeline definition. Deleting a pipeline does not delete generated documents.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Pipeline deleted