Skip to main content

Release a Permission

Release one standard data permission owned by the current account. Administrator permissions are not required.

Endpoint: /openapi/v1/permission/apply/release

Method: POST

Request parameters

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

Request example

70155

Response parameters

ParameterTypeDescription
successBooleanWhether the request succeeded.
requestIdStringRequest ID.
dataBooleanWhether the permission was released.

Success response

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