Last Updated on : 2023-07-06 08:23:53download
Delete multiple organizations based on the organization identifier set.
POST: /v1.0/iot-03/idaas/spaces/{space_id}/organizations/actions/batch-soft-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 |
---|---|---|---|---|
code | String | true | The identifier of a specified organization. | |
name | String | true | The name of a specified organization. | |
parent_code | String | false | The identifier of a specified parent organization. | |
remark | String | false | The remarks of a specified organization. | |
owner_uid | String | true | The user ID of the organization owner. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The result of bulk deletion. |
POST: /v1.0/iot-03/idaas/spaces/1400335346549391440/organizations/actions/batch-soft-delete
[
{
"code": "Acode",
"ownerUid": "AownerUid"
},
{
"code": "Bcode",
"ownerUid": "BownerUid"
}
]
{
"result": true,
"t": 1629272469492,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback