cURL
curl --request DELETE \ --url https://api.replicas.dev/v1/replica/{id}/chats/{chatId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Deletes a chat session from a replica.
API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.
The unique identifier of the replica
The unique identifier of the chat
Chat deleted successfully