latestSwagger 2.02026-08-101561322.2 MB

3e4029d19684

Lists

Delete contacts from a list (bulk)

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Lists/deleteListContactsBulk" target="_blank">Try in sandbox</a><br>Delete contacts from a list (bulk)

post/api/v2/lists/{id}/contacts/delete

Path parameters

idinteger required

Request body

idsstring

Entity ID(s), separated by comma.

all0 | 1

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

Example request

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

Response

Request executed with success.