cURL
curl --request DELETE \ --url https://api.example.com/api/chat/chats/{chat_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete a specific document chat by id
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?