Skip to main content
DELETE
Clear Saved AI Style
Requires 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.
MCP clear_email_ai_style accepts expectedStyleId and optional companyId. Personal keys can use X-Company-Id or CLI --company.
An unsupported snapshot can also be cleared using the revision returned by GET. With no stored style, there is nothing to clear. Errors: 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.