DELETE Delete Contacts​
DELETE
/subscribers
Permanently delete multiple contacts by their IDs. This removes the contacts and all associated data.
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
{
"subscribers": [
0
]
}
Responses​
Contacts deleted successfully.
application/json
JSON
{
"message": "string"
}