Email AI Style
Clear Saved AI Style
Restore normal AI generation defaults without changing existing emails
DELETE
Clear Saved AI Style
Requires
MCP
An unsupported snapshot can also be cleared using the revision returned by GET. With no stored style, there is nothing to clear.
Errors:
emails:write. Get and review the current saved style, then pass its nonempty revisionId as expectedStyleId. Clearing restores normal defaults for future generation and keeps existing emails unchanged.
clear_email_ai_style accepts expectedStyleId and optional companyId. Personal keys can use X-Company-Id or CLI --company.
401 for missing/invalid auth, 403 for missing scope or a non-writing role, and 422 for missing/empty revision. A stale or replayed clear returns 409 AI_STYLE_CONFLICT and leaves the current state intact. Read and review the current style before retrying; clients do not retry conflicting writes automatically.