Last Updated on : 2023-07-06 09:10:44download
Delete users by user ID.
DELETE: /v1.0/iot-03/idaas/spaces/{space_id}/users/{uid}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
space_id | String | uri | true | The ID of a specified space. |
uid | String | uri | true | The user ID (UID). |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The operation result. |
DELETE: /v1.0/iot-03/idaas/spaces/8/users/user1
{
"result": true,
"t": 1622808189780,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback