Skip to main content
DELETE
/
keys
/
{id}
Revoke an API key
curl --request DELETE \
  --url https://api.example.com/keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)

Path Parameters

id
string
required

Response

Key revoked

ok
enum<boolean>
required
Available options:
true