Remove one contact from a list (the contact itself is kept).
HTTP: DELETE /api/lists/{id}/contacts/{contactId}
| Name | In | Description |
|---|---|---|
id |
path | — |
contactId |
path | — |
ok-response — see the ok-response schema.
Object res = mk.removeListContact("lst_1", "ctr_1");