Skip to main content

Delete Member from Organization

DELETE 

/v1/organizations/:organizationId/members/:userId

This endpoint removes a Member identified by the userId from the given Organization identified by the organizationId parameter.

Request

Path Parameters

    organizationId uuidrequired

    The identifier of the Organization.

    userId stringrequired

    The identifier of the Member.

Responses

When the delete was successful.

Loading...