Remove Contact from List

This API endpoint allows you to remove an existing contact from one of your contact lists.

Authentication:
This endpoint requires an API key for authentication. You need to include the API key in your request.

Request:

This is a POST request. The request body should contain a JSON object with the following properties:

  • contactId (Required): The ID of the contact you want to remove from the list.
  • listId (Required): The ID of the list you want to remove the contact from.

Additional Notes:

  • This endpoint performs authorization checks to ensure you have permission to modify both the contact and the list you are trying to associate.
Language
Credentials
Query
Click Try It! to start a request and see the response here!