delete-organization-member
Remove a member from an organization by providing the member's user ID and the organization ID.
Instructions
This endpoint removes a Member identified by the userId from the
given Organization identified by the organizationId parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | The identifier of the Organization. | |
| userId | Yes | The identifier of the Member. |