POST Bulk Action Lists​
POST
/lists/do-bulk-action
Perform a bulk action on multiple contact lists. Currently supports bulk deletion of lists by their IDs.
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)
Request Body​
application/json
JSON
{
"listIds": [
0
]
}
Responses​
Bulk action completed successfully.
application/json
JSON
{
"message": "string"
}