Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.envless.cloud/llms.txt

Use this file to discover all available pages before exploring further.

When it fires

After DeleteKeyService succeeds. The key is soft-deleted and immediately stops authenticating.

Payload

{
    type: 'key.deleted',
    data: {
        key: {
            id: string
            name: string
        }
    }
}

Example

{
    "type": "key.deleted",
    "data": {
        "key": {
            "id": "0192a1b2-c3d4-7000-8000-000000000090",
            "name": "CI deploy key"
        }
    }
}