Skip to main content
DELETE
/
api
/
management
/
contacts
/
{contact}
Arquivar contato
curl --request DELETE \
  --url https://api.olie.ai/api/management/contacts/{contact} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

contact
integer
required

Response

200

200