Navigate...

K

Remove List Item

sdk.lists.removeListItem(listId, listItemId)

Remove an item from a list. Get the listItemId from getRecipients(). Returns void on success.

API key required to run methods

API Key *

Don't have an API key?Get one at dashboard.multisender.app

Base URL

listId

string

required

List ID

List ID

listItemId

string

required

List item ID to remove (from getRecipients() response)

List Item ID

Returns

MessageResponse

Confirmation message ({ message: string })

Errors

400

Invalid list id

401

The request is not authorized

403

You do not have permission to access this resource

404

List or item not found

See Also

Previous

importFromCsv()

Next

createDistributionList()

Generated Code