Last Updated on : 2023-07-06 08:21:03download
Remove a user from a specified organizational structure.
DELETE: /v1.0/iot-03/idaas/spaces/{space_id}/organizations/{organization_code}/users/{uid}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
organization_code | String | uri | true | The identifier of a specified organization. |
uid | String | uri | true | The identifier of a specified user. |
space_id | String | uri | true | The ID of a specified space. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The result of removal. |
DELETE: /v1.0/iot-03/idaas/spaces/1400335346549391440/organizations/Acode/users/052533b7bf1d41c78505e421daa3f29a
{
"result": true,
"t": 1629272469492,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback