cURL
curl --request DELETE \ --url https://api.gptmaker.ai/v2/chat/{chatId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Deletar um chat
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do chat
Chat removido com sucesso
The response is of type object.
object