Last Updated on : 2023-07-06 08:21:55download
Remove members from a specified organization, and unbind their binding relationship.
POST: /v1.0/iot-03/idaas/spaces/{space_id}/organization-users/actions/batch-delete
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
space_id | String | uri | true | The ID of a specified space. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
organization_code | String | true | The identifier of a specified organization. | |
uid_list | List | true | The list of user IDs. |
Description of uid_list
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
uid | String | true | The user's identifier. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The result of deletion. |
POST: /v1.0/iot-03/idaas/spaces/1400335346549391440/organization-users/actions/batch-delete
{
"organization_code": "1400335346598629930",
"uid_list": [
"052533b7bf1d41c78505e421daa3f29a"
]
}
{
"result": true,
"t": 1629272469492,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback