Last Updated on : 2023-07-06 09:12:42download
Delete multiple roles in a specified space.
POST: /v1.0/iot-03/idaas/delete-role-batch-permission
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
role_code | String | true | The identifier of a specified role. | |
space_id | String | true | The ID of a specified space. | |
permission_codes | List | true | The permission identifier set. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The operation result. |
POST: /v1.0/iot-03/idaas/delete-role-batch-permission
{
"role_code": "Role code",
"permission_codes": [
"Permission identifier",
"Permission identifier 2",
"Permission identifier 3"
],
"space_id": "8"
}
{
"result": true,
"t": 1622883976479,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback