# Delete chat message **DELETE /data/entities/{entity_id}/chat/messages/{chat_message_id}** Delete a specific chat message. Only the message author or administrators can delete messages. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **entity_id** () ID of the entity related to the chat - **chat_message_id** () ID of the chat message to delete ## Responses ### 204 Chat message successfully deleted [Powered by Bump.sh](https://bump.sh)