Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 560 Bytes

File metadata and controls

26 lines (16 loc) · 560 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

ok-response — see the ok-response schema.

Example

$res = $mk->removeListContact('lst_1', 'ctr_1');

← All methods · Docs · mailkite.dev