Delete organization user by composite key
DELETE/platform/solutions/api/v1/orgs/{orgId}/users/{userId}
Delete an organization user by specifying both OrgId and UserId.
Usage
DELETE /orgs/{orgId}/users/{userId}
Parameters
orgId(Guid, required): the ID of the organization.userId(string, required): the ID of the user within the organization.
Responses
204 No Content: user successfully removed from organization.404 Not Found: organization or user 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