Last Updated on : 2023-07-06 08:23:30download
Delete an organization by the organization code, user ID, and space ID.
POST: /v1.0/iot-03/idaas/spaces/{space_id}/organizations/actions/soft-delete
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
code | String | query | true | The identifier of a specified organization. |
uid | String | query | true | The user ID. |
space_id | String | uri | true | The ID of a specified space. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The result of deletion. |
POST: /v1.0/iot-03/idaas/spaces/1400335346549391440/organizations/actions/soft-delete?uid=ownerUid&code=Acode
{
"result": true,
"t": 1629272469492,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback