Last Updated on : 2023-07-06 09:10:32download
Delete the permissions of a role.
DELETE: /v1.0/iot-03/idaas/role-permission
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| space_id | String | query | true | The ID of a specified space. |
| role_code | String | query | true | The identifier of a specified role. |
| permission_code | String | query | true | The identifier of a specified permission. |
| Parameter name | Type | Description |
|---|---|---|
| result | Boolean | The operation result. |
DELETE: /v1.0/iot-03/idaas/role-permission?roleCode=roleCode&permissionCode=permissionCode&spaceId=1
{
"result": true,
"t": 1622883976479,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback