Skip to content

Remove Organization Member

DELETE
/organization/{id}/members/{accountId}

Removes a member from the organization. Only organization owners can remove members.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

TypeHTTP (bearer)

Parameters

Path Parameters

id*

The unique identifier of the organization

Typestring
Required
accountId*

The unique identifier of the member to remove

Typestring
Required

Responses

Member successfully removed
application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License