Atlas
Conversations

Delete a conversation

Deletes a conversation and all its messages. Enforces ownership when auth is enabled.

DELETE
/api/v1/conversations/{id}

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "http://localhost:3001/api/v1/conversations/550e8400-e29b-41d4-a716-446655440000"
Empty
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}