Templates / sequenceDiagram

API deprecation notice

Publishing a deprecation notice and Sunset header, then guiding a consumer through migration.

Open in studio

Preview

Mermaid 11 renderer

Rendering preview...

Mermaid source

sequenceDiagram

sequenceDiagram
    participant Team as API team
    participant Docs as Changelog
    participant Consumer as API consumer
    participant Gateway

    Team->>Docs: Publish deprecation notice
    Team->>Gateway: Add Sunset header to responses
    Gateway-->>Consumer: Response with Sunset header
    Consumer->>Team: Ask about migration path
    Team-->>Consumer: Share migration guide
    Consumer->>Gateway: Switch to new endpoint

More templates