Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Contact ID or External ID
Response
Contact successfully deleted
curl --request DELETE \
  --url https://api.orq.ai/v2/contacts/{id} \
  --header 'Authorization: Bearer <token>'This response does not have an example.Permanently deletes a contact from your workspace and cleans up associated budget configurations. This action cannot be undone.
curl --request DELETE \
  --url https://api.orq.ai/v2/contacts/{id} \
  --header 'Authorization: Bearer <token>'This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Contact ID or External ID
Contact successfully deleted
Was this page helpful?