POST
/
chatbot
/
{id}
/
terminate
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"
}

Authorizations

Authorization
string
header
required

Bearer token authentication using API key

Path Parameters

id
string
required

Body

pipeline_run_id
string
required

Response

200
application/json
Successful response
status
enum<string>
required
Available options:
success,
failed