Skip to main content

Revoke an Account Permission

Revoke one permission from an account in the organization. This API requires administrator permissions.

Endpoint: /openapi/v1/permission/account/apply/revoke

Method: POST

The request body is a bare Integer permissionId. Do not wrap it in a JSON object.

Request example

70157

Response parameters

The response contains success, requestId, and Boolean data fields.

Success response

{"success": true, "requestId": "<requestId>", "data": true}