Post Organization Remove Member

Remove a member from an organization

Authentication

AuthorizationBearer
Bearer token authentication

Request

This endpoint expects an object.
memberIdOrEmailstringRequired
The ID or email of the member to remove
organizationIdstring or nullOptional

The ID of the organization to remove the member from. If not provided, the active organization will be used. Eg: “org-id”

Response

Success
memberobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error