latestSwagger 2.02026-08-101561322.2 MB

3e4029d19684

Contacts

Delete contacts by IDs (bulk)

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Contacts/deleteContactsByIds" target="_blank">Try in sandbox</a><br>

post/api/v2/contacts/delete

Request body

idsstring

Entity ID(s), separated by comma.

all0 | 1

Optional. Default is 0 (false). If set to 1 all the entities will be removed.

Example request

{
  "ids": "1,2,3"
}

Response

Request executed with success.