Skip to main content
DELETE
/
api
/
chats
cURL
curl --request DELETE \
  --url https://api.recoupable.com/api/chats \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "status": "success",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Chat deletion parameters

id
string<uuid>
required

The unique identifier (UUID) of the chat room to delete.

Response

Chat deleted successfully

status
enum<string>
required

Status of the request

Available options:
success
Example:

"success"

id
string<uuid>
required

The UUID of the deleted chat room.

message
string
required

Success message describing the deletion result.