Skip to main content
DELETE
/
v1
/
replica
/
{id}
/
chats
/
{chatId}
Delete Chat
curl --request DELETE \
  --url https://api.replicas.dev/v1/replica/{id}/chats/{chatId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.

Path Parameters

id
string<uuid>
required

The unique identifier of the replica

chatId
string
required

The unique identifier of the chat

Response

Chat deleted successfully

success
boolean
required