DELETE
/
ai
/
{v}
/
message
Delete message
curl --request DELETE \
  --url https://platform.ai.gloo.com/ai/{v}/message \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true,
  "message_id": "m37e38f0b-0ef3-462d-bad7-4fd7e043b1c1"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

v
enum<string>
required
Available options:
v1

Query Parameters

message_id
string | null
default:""
query_id
string | null
default:""

Response

200
application/json

Successful response

The response is of type object.