Skip to main content
DELETE
/
v2
/
contact
/
{contactId}
/
delete
cURL
curl --request DELETE \
  --url https://api.gptmaker.ai/v2/contact/{contactId}/delete \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

contactId
string
required

Id do contato

Response

Contato deletado com sucesso