Delete contacts from a contact list
DELETE {{baseUrl}}/contacts/lists/:id/items?contactId=<integer>
Deletes contacts from a contact list. List the contact ids in request to delete multiple contacts with one request.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
contactId | string | An id of a contact entity in the CallFire system |