Delete a contact

Delete a contact. Supply the unique contact ID from either a contact creation request or the contact list

Delete a contact

DELETE https://api.treevox.com/v1/contacts/:id

Path Parameters

Name
Type
Description

id*

Number

The Id of the contact to be delete

Headers

Name
Type
Description

Content-Type*

application/json

Accept-Encoding

gzip

x-api-key*

String

{
  "id": "1",
  "deleted": true
}

Última actualización

¿Te fue útil?