Last Updated on : 2023-07-06 09:09:38download
Delete a specified role from a user.
DELETE: /v1.0/iot-03/idaas/user-role
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
role_code | String | query | true | The identifier of a specified role. |
uid | String | query | true | The user ID (UID). |
space_id | String | query | true | The ID of a specified space. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The operation result. |
DELETE: DELETE:/v1.0/iot-03/idaas/user-role?roleCode=roleCode1&uid=uid1&spaceId=12345
{
"result": true,
"t": 1623002466238,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback