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
| Parameter | Type | Description |
|---|---|---|
| success | Boolean | Whether the request succeeded. |
| requestId | String | Request ID. |
| data | Boolean | Whether the permission was released. |
Success response
{"success": true, "requestId": "<requestId>", "data": true}