Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 418 Bytes

File metadata and controls

25 lines (15 loc) · 418 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

any

Example

res = mk.deleteList("lst_1")

← All methods · Docs · mailkite.dev