Delete a contact list. The list is removed; the contacts themselves are kept.
HTTP: DELETE /api/lists/{id}
| Name | In | Description |
|---|---|---|
id |
path | — |
ok-response — see the ok-response schema.
Object res = mk.deleteList("lst_1");Delete a contact list. The list is removed; the contacts themselves are kept.
HTTP: DELETE /api/lists/{id}
| Name | In | Description |
|---|---|---|
id |
path | — |
ok-response — see the ok-response schema.
Object res = mk.deleteList("lst_1");