Skip to main content
DELETE
Revoke an OAuth authorization

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Path Parameters

client_id
string
required

OAuth client id to revoke access for

Response

Access revoked

revoked
boolean
required
tokens_revoked
integer<int64>
required

How many live tokens issued by this app to the caller were revoked.

Required range: x >= 0