Deleting an Organization
Function
This API is used to delete a specified organization.
Constraints
null
URI
DELETE /api/v2/tenant/organizations/{org_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
org_id |
Yes |
String |
ID of the organization to be deleted. If a sub-organization exists, the organization cannot be deleted. |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
Authorization |
Yes |
String |
Authentication credential. The value is "Bearer {access_token}". access_token is obtained by calling the API for obtaining an access credential. |
Response Parameters
Status code: 400
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Error code. |
error_msg |
String |
Error details. |
Example Requests
Delete the organization based on the organization ID.
DELETE https://{domain_name}/api/v2/tenant/organizations/{org_id} Authorization: Bearer 334963fc-1e4a-473b-9096-52a929140...
Example Responses
None
Status Codes
Status Code |
Description |
---|---|
204 |
Request successful. |
400 |
Invalid parameter. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot