Delete an organization
DELETE/platform/solutions/api/v1/orgs/{orgId}
Remove an organization by its ID.
Parameters
orgId(Guid, required): ID of the organization.
Responses
204 No Content: organization deleted successfully.404 Not Found: organization not found.
Security
- This API requires authentication.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
- 501
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Not Implemented