Chatbot Sessions
Delete Session
Chatbot Sessions
Delete Session
Delete a session by its uuid
POST
/
api
/
v1
/
session
/
{uuid}
/
delete
curl --location --request POST 'https://app.gpt-trainer.com/api/v1/session/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Path
Session uuid
Response
Indicates if API call was successful
curl --location --request POST 'https://app.gpt-trainer.com/api/v1/session/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}
curl --location --request POST 'https://app.gpt-trainer.com/api/v1/session/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}