Skip to main content
DELETE
/
user
/
v1
/
keys
/
{keyId}
Revoke a key and active sessions
curl --request DELETE \
  --url https://api.machines.cash/user/v1/keys/{keyId} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {},
  "summary": "success"
}

Documentation Index

Fetch the complete documentation index at: https://docs.machines.cash/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer session token for User API operations. Legacy UserSessionBearer naming remains supported.

Path Parameters

keyId
string
required

User key id to revoke.

Response

Success

ok
boolean