Inactivate an organization unit
POST/v1/units/:unitId/inactivate
Inactivates the unit identified by unitId. This administrative operation is restricted to platform administrators and returns no response body.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
Unit successfully inactivated.
unitId is not a valid UUID.
A valid bearer access token was not supplied.
The authenticated user is outside the required organization scope.
The unit does not exist or is already inactive.
An unexpected internal error occurred.