Skip to main content
POST
Owner-initiated revocation of an OAuth grant by id

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Body

application/json
grant_id
string
required
org_id
string
required

Response

The grant is revoked (idempotent).

revoked
enum<boolean>
Available options:
true
grant_id
string
already_revoked
boolean

true when the grant was already revoked before this call.