DeleteOrganization
Delete Organization
Deletes the organization and all its resources (Users, Projects, Grants to and from the org). Users of this organization will not be able to log in.
Required permission:
org.delete
Path Parameters
organization_id*string
OrganizationID is the unique identifier of the organization to be deleted.
Response Body
application/json
application/json
curl -X DELETE "https://loading/v2/organizations/string"{
"deletionDate": "1s"
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?