DELETE Delete Email Pattern Category​
DELETE
/email-patterns/categories/{id}
Delete an email pattern category by its ID.
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 email pattern category ID.
Type
Requiredinteger
Responses​
Category deleted successfully.
application/json
JSON
{
"message": "string"
}