Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 474 Bytes

File metadata and controls

26 lines (16 loc) · 474 Bytes

removeListContact

Remove one contact from a list (the contact itself is kept).

HTTP: DELETE /api/lists/{id}/contacts/{contactId}

Parameters

Name In Description
id path
contactId path

Returns

any

Example

res = mk.removeListContact("lst_1", "ctr_1")

← All methods · Docs · mailkite.dev