Navigate...
Delete List
sdk.lists.delete(listId)
Permanently delete a recipient list and all its entries. This action is irreversible — all recipients in the list are removed.
Deleting a list removes all its recipient entries permanently. Existing distributions that reference this list are not affected — they keep their own copy of recipients.
API key required to run methods
API Key *
Base URL
listId
string
required
List ID to delete
List 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 not found
Generated Code