跳至主要内容

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

No Content