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
curl -X DELETE "https://loading/v2/organizations/string"{
"deletionDate": "2023-01-15T01:30:15.01Z"
}Was this page helpful?
Deactivate Organization
Deactivate Organization: Sets the state of my organization to deactivated. Users of this organization will not be able to log in. Required permission:
Delete Organization Domain
Delete Organization Domain: Delete a new domain from an organization. The domains are used to identify to which organization a user belongs. If the uses use the domain for login, this will not be possible afterwards. They hav...