cURL
curl --request DELETE \ --url https://api.vectorshift.ai/v1/pipeline/{id} \ --header 'Authorization: Bearer <token>'
{ "status": "success" }
Delete a pipeline by ID
Bearer token authentication using API key
Pipeline ID
Pipeline deleted successfully
The response is of type object.
object