Delete organization
DELETE/api/organizations/:organizationId
Delete an organization and all its associated data. Only System Admins can delete organizations.
Request
Responses
- 200
- 401
- 403
- 404
- 500
Organization deleted successfully
Not authenticated
Insufficient permissions (System Admin required)
Organization not found
Internal server error