latestSwagger 2.02026-08-101561322.2 MB

3e4029d19684

Lists

Unassign contacts from a list

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Lists/deleteContactsFromList" target="_blank">Try in sandbox</a><br>> When you remove contacts from a specific list, they will be deleted permanently, unless they are first saved in another list.

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

Path parameters

idinteger required

Request body

contactsstring required

Comma-separated array of Contacts IDs.

Example request

{
  "contacts": "318,454,30091"
}

Response

Request executed with success.