# Genie Delete Conversation Message

Launch stage: GA

`DELETE /api/2.0/genie/spaces/{space_id}/conversations/{conversation_id}/messages/{message_id}`

Delete a conversation message.

API scopes: genie

## Path parameters

- `space_id` (string, optional)
  The ID associated with the Genie space where the message is located.
  Example: `e1ef34712a29169db030324fd0e1df5f`
- `conversation_id` (string, optional)
  The ID associated with the conversation.
  Example: `e1ef34712a29169db030324fd0e1df5f`
- `message_id` (string, optional)
  The ID associated with the message to delete.
  Example: `e1ef34712a29169db030324fd0e1df5f`

## Response

```json
{}
```

