# Delete

Launch stage: GA

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

Delete a conversation.

API scopes: genie

## Path parameters

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

## Response

```json
{}
```

