v13

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-04237161688.6 KB
Organization Memberships

Remove a member from an organization

Removes the given membership from the organization

delete/organizations/{organization_id}/memberships/{user_id}

Path parameters

organization_idstring required

The ID of the organization to which this membership belongs

user_idstring required

The ID of the user to which this membership belongs

Response

Success

idstring required
object'organization_membership' required

String representing the object's type. Objects of the same type share the same value.

rolestring required
role_namestring
permissionsstring[] required
public_metadataobject required

Metadata saved on the organization membership, accessible from both Frontend and Backend APIs

private_metadataobject

Metadata saved on the organization membership, accessible only from the Backend API

created_atinteger required

Unix timestamp of creation.

updated_atinteger required

Unix timestamp of last update.