Revoke runtime key
Revokes a runtime key in a project environment. Revoked keys cannot evaluate flags or fetch snapshots.
Path parameters
Stable project_ identifier.
Pattern: ^project_.+
Lowercase letters, numbers, and hyphens only.
Length: 1-80Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
Stable key_ identifier.
Pattern: ^key_.+
curl -X POST https://api.featuregate.dev/v1/projects/project_example/environments/production/runtime-keys/key_example/revoke \
-H "Authorization: Bearer fg_ak_test_0123456789abcdef0123456789abcdef0123456789abcdef"Returns
Stable API key identifier, prefixed with key_.
Length: 1+
Key creation timestamp.
Last key metadata update timestamp.
Operator-facing key name.
Length: 1+
Non-secret key fingerprint shown for identification.
Length: 1+
Runtime scopes granted to this key.
Owning organisation identifier.
Length: 1+
Bound project identifier.
Length: 1+
Bound environment identifier.
Length: 1+
Creating user, when available.
Length: 1+
Last successful use timestamp, when known.
Revocation timestamp, or null while active.
Responses