DELETE
/
v1
/
chat
/
messages
/
{id}
curl --request DELETE \
  --url https://api.botpress.cloud/v1/chat/messages/{id}
{}

Path Parameters

id
string
required

Message id

Response

200
application/json
Returns the [Message](#schema_message) object that was deleted

The response is of type object.