API Docs
  • Overview
  • Authentication
  • Errors
  • Error codes
  • Expanding Responses
  • API Reference
    • Contacts
      • The contact object
      • List all contacts
      • Total contacts
      • Retrieve a contact
      • Create a contact
      • Update a contact
      • Delete a contact
      • Bulk delete contacts
Con tecnología de GitBook
En esta página

¿Te fue útil?

  1. API Reference
  2. Contacts

Bulk delete contacts

AnteriorDelete a contact

Última actualización hace 3 años

¿Te fue útil?

Delete contacts. Provide a list of contact IDs.

Bulk delete contacts

POST https://api.treevox.com/v1/contacts/bulk_delete

Bulk delete contacts.

Headers

Name
Type
Description

Content-Type*

application/json

Accept-Encoding

gzip

x-api-key*

String

Request Body

Name
Type
Description

contactsIds*

Array<Number>

The Ids of the contacts for delete.

{
  "ids": [1003, 1005],
  "deleted": true
}
your api key in treevox