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.gptchatbot.it/api/v1/session/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Path
Response
Indicates if API call was successful
curl --location --request POST 'https://app.gptchatbot.it/api/v1/session/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}
curl --location --request POST 'https://app.gptchatbot.it/api/v1/session/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}