Skip to content
View as Markdown

DELETE Delete List​

DELETE
/lists/{id}

Permanently delete a contact list by its ID. This removes the list but does not delete contacts that were in the list.

Authorizations​

ApplicationPasswords

WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password

Type
API Key (header: Authorization)

Parameters​

Path Parameters

id*

The ID of the list to delete.

Type
integer
Required

Responses​

List deleted successfully.

application/json
JSON
{
"message": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI