Headers
Authentication Key
Path Parameters
Message id
Response
Returns the Message object that was deleted
The response is of type object.
curl --request DELETE \
--url https://chat.botpress.cloud/{webhookUrl}/messages/{id} \
--header 'x-user-key: <x-user-key>'{}Permanently deletes a Message. It cannot be undone.
curl --request DELETE \
--url https://chat.botpress.cloud/{webhookUrl}/messages/{id} \
--header 'x-user-key: <x-user-key>'{}Authentication Key
Message id
Returns the Message object that was deleted
The response is of type object.
Was this page helpful?