Skip to main content
DELETE
/
v2
/
interaction
/
{id}
cURL
curl --request DELETE \
  --url https://api.gptmaker.ai/v2/interaction/{id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID do atendimento

Response

Atendimento deletado com sucesso

deleted
boolean
required

Indica se o atendimento foi deletado com sucesso

Example:

true