Soft delete a chat by ID. Returns 204 on success, 404 if not found.
cURL
curl --request DELETE \ --url https://api.cuadra.ai/v1/chats/{chat_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
The access token received from the authorization server in the OAuth 2.0 flow.
Chat ID
"chat_abc123"
Successful Response
Was this page helpful?