curl --request DELETE \
--url https://api.getfernand.com/conversations/{id}/messages/{message_id} \
--header 'X-API-Key: <api-key>'{
"error": "<string>"
}curl --request DELETE \
--url https://api.getfernand.com/conversations/{id}/messages/{message_id} \
--header 'X-API-Key: <api-key>'{
"error": "<string>"
}ID of the conversation containing the message.
UUID or ID of the message to delete.
Message deleted successfully (no content returned).
Was this page helpful?