Navigate...

K

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 *

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

Base URL

listId

string

required

List ID to delete

List 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 not found

Generated Code