POST
/
v1
/
list.remove-contact
curl --request POST \
  --url https://api.mobilizehub.com/v1/list.remove-contact \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "contactId": "<string>",
  "listId": "<string>",
  "organizationId": "<string>"
}'
{
  "data": {},
  "object": "contact"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json

Remove a contact from a list

The response is of type object.