curl --request DELETE \
--url 'https://api.computer.stateset.app/api/v1/keys/{key_id}' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
Delete Api Key V1
Permanently revoke an API key. A key can delete itself — the response still reaches the caller, but every subsequent request with that key will 401…
DELETE
/
api
/
v1
/
keys
/
{key_id}
curl --request DELETE \
--url 'https://api.computer.stateset.app/api/v1/keys/{key_id}' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
Permanently revoke an API key.
A key can delete itself — the response still reaches the caller, but
every subsequent request with that key will 401. Use this rather
than
is_active=false if you want the row gone entirely.
Path parameters
string (uuid)
required
Response
No response body. Successful Response.Status codes
| Code | Meaning |
|---|---|
204 | Successful Response |
422 | Validation Error |
curl --request DELETE \
--url 'https://api.computer.stateset.app/api/v1/keys/{key_id}' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
Last modified on August 31, 2026