Skip to main content
DELETE
/
api
/
v1
/
delete-contacts-from-list
/
{list_id}
Remove contacts from list
curl --request DELETE \
  --url https://voxworks.ai/api/v1/delete-contacts-from-list/{list_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "contact_ids": [
    "<string>"
  ],
  "contact_id": "<string>",
  "list_contact_ids": [
    "<string>"
  ],
  "list_contact_id": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.voxworks.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key from Voxworks, sent as Authorization: Bearer YOUR_API_KEY.

Path Parameters

list_id
string
required

Unique list ID.

Body

application/json
contact_ids
string[]
contact_id
string
list_contact_ids
string[]
list_contact_id
string

Response

Contacts removed.

The response is of type object.