Navigate...
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 *
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
Invalid list id
The request is not authorized
You do not have permission to access this resource
List or item not found
See Also
getRecipients()
Find the list item ID to remove
Generated Code