POST
/
api
/
v1
/
message
/
{uuid}
/
delete
curl --location --request POST 'https://app.gpt-trainer.com/api/v1/message/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
  "success": true
}

Path

uuid
string
required

Message uuid

Response

success
boolean

Indicates if api call was successful

curl --location --request POST 'https://app.gpt-trainer.com/api/v1/message/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
  "success": true
}