cURL
curl --request POST \ --url https://api.vectorshift.ai/v1/chatbot/{id}/terminate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "pipeline_run_id": "<string>" }'
{ "status": "success" }
Bearer token authentication using API key
Successful response
The response is of type object.
object