provider Lists DELETE /marketing/lists/{id}/contacts
@utdk/sendgrid /marketing/lists/{id}/contacts
Remove Contacts from a List
**This endpoint allows you to remove contacts from a given list.** The contacts will not be deleted. Only their list membership will be changed.
id path required
string
contact_ids query required
comma separated list of contact ids
string

Try it

Authentication
Configure credentials for Email Activity (beta)
deleteMcListsIdContacts
DELETE/marketing/lists/{id}/contacts
**This endpoint allows you to remove contacts from a given list.** The contacts will not be deleted. Only their list membership will be changed.

Parameters

required

required

comma separated list of contact ids

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sendgrid from '@utdk/sendgrid';

await sendgrid.deleteMcListsIdContacts()