Remove Contact from List
DELETE/v1/contacts/:id/lists/:listId
Removes a contact from the specified list only. The contact remains in other lists it belongs to. To permanently delete a contact from all lists, use DELETE /v1/contacts/:id instead.
Request
Responses
- 200
- 401
- 404
- 500
Contact removed from list
Invalid or missing API key
Contact not found
Internal server error