Skip to main content
DELETE
/
organizations
/
{org_id}
/
members
/
{user_id}
Remove organization member
curl --request DELETE \
  --url https://api.diversion.dev/v0/organizations/{org_id}/members/{user_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": 123,
  "detail": "<string>",
  "title": "<string>",
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

This API uses OAuth 2 with the implicit grant flow

Path Parameters

org_id
string
required

An ID of an organization

user_id
string
required

A user's ID

Minimum string length: 3
Example:

"Google_1192874509253"

Response

Request completed successfully