Reference / browser control plane / generated
DELETE
/v1/projects/{projectId}/api-keys/{keyId}Revoke a project API key.
Permanently revokes the selected API key. A missing key and a key owned by another user fail identically.
Operation ID
revokeProjectApiKeySuccess204
AuthenticationBrowser session
CSRF headerX-Wildflower-Csrf
Request contract
projectIdis a required path parameter.keyIdis a required path parameter.
This operation has no JSON request body.
Same-origin request example
This operator-oriented example makes the cookie and CSRF boundaries explicit. Use an isolated browser test session, keep both values out of shell history, and replace generated path variables before execution.
curl --request DELETE \ --cookie "wildflower_session=${WILDFLOWER_SESSION}" \ --header "X-Wildflower-Csrf: ${WILDFLOWER_CSRF_TOKEN}" \ "https://wildflower.computer/v1/projects/${WILDFLOWER_PROJECT_ID}/api-keys/${WILDFLOWER_KEY_ID}"SDK boundary
This operation powers the account console and is not emitted in the TypeScript, Python, Rust, Go, or Zig project-key SDKs. Use the generated public API reference for sandbox automation.
