DELETE
/
messages
/
{id}
curl --request DELETE \
  --url https://chat.botpress.cloud/{webhookUrl}/messages/{id} \
  --header 'x-user-key: <x-user-key>'
{}

Headers

x-user-key
string
required

Authentication Key

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.