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