DELETE Delete Email Pattern
DELETE
/email-patterns/{id}
Permanently delete a pattern. Emails already built from it are unaffected — the block markup was copied into them at insert time.
Required capability: fcrm_manage_email_delete
Enforced by EmailPatternPolicy::delete().
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*
Pattern id.
Type
Requiredinteger
Responses
Pattern deleted.
application/json
JSON
{
"message": "string"
}