DELETE
/
organizations
/
{org_id}
/
members
/
{user_id}
curl --request DELETE \
  --url https://api.diversion.dev/v0/organizations/{org_id}/members/{user_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

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 length: 3
Example:

"Google_1192874509253"

Response

204

Request completed successfully