Skip to main content
DELETE
/
organizations
/
{organization_id}
/
members
/
{user_id}
Delete organization member
curl --request DELETE \
  --url {schemes}://api.upsun.com/organizations/{organization_id}/members/{user_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "message": "<string>",
  "code": 123,
  "detail": {},
  "title": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

organization_id
string<ulid>
required

The ID of the organization.

user_id
string<uuid>
required

The ID of the user.

Example:

"d81c8ee2-44b3-429f-b944-a33ad7437690"

Response

No Content