Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 509 Bytes

File metadata and controls

25 lines (15 loc) · 509 Bytes

deleteList

Delete a contact list. The list is removed; the contacts themselves are kept.

HTTP: DELETE /api/lists/{id}

Parameters

Name In Description
id path

Returns

ok-response — see the ok-response schema.

Example

Object res = mk.deleteList("lst_1");

← All methods · Docs · mailkite.dev