Skip to main content
DELETE
Revoke a per-account permission (admin, direct)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Permission revoke payload.

RevokePermissionPayload schema.

user_id
string
required

User identifier.

account_code
string
required

Account code used by administration and mapping records.

Response

200 - application/json

OK

RevokedResponse schema.

status
string

Status value returned by the API.

user_id
string

User identifier.

account_code
string

Account code used by administration and mapping records.