Remove Organization
DELETE/orgs/:orgId
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
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.
Request​
Responses​
- 200
- 400
- 403
- 404
- default
org removed successfully
invalid org
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
An unexpected error response.