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 DeleteVariableService succeeds.

Payload

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

Example

{
    "type": "variable.deleted",
    "data": {
        "variable": {
            "id": "0192a1b2-c3d4-7000-8000-000000000030",
            "name": "STRIPE_SECRET_KEY",
            "environmentId": "0192a1b2-c3d4-7000-8000-000000000020"
        }
    }
}