Skip to main content
DELETE
/
organizations
/
{organizationID}
/
members
/
{userID}
Remove a member from an organization
curl --request DELETE \
  --url https://api.xata.tech/organizations/{organizationID}/members/{userID} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

organizationID
string
required

Unique identifier for a specific organization

userID
string
required

Unique identifier for a specific user account Unique identifier for a user account

Response

204

Member removed