DELETE Delete Pattern Category​
DELETE
/email-patterns/categories/{id}
Delete a pattern category.
Patterns are not touched: each stores its category as a plain name, so they keep that name and simply stop resolving to a category id.
Required capability: fcrm_manage_email_delete
Enforced by EmailPatternPolicy::deleteCategory().
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*
Category id.
Type
Requiredinteger
Responses​
Category deleted.
application/json
JSON
{
"message": "string"
}