Skip to main content
DELETE
/
organizations
/
{org_id}
/
members
/
{user_id}
Remove a member from an organization
curl --request DELETE \
  --url https://api.pcxpay.com/v1/organizations/{org_id}/members/{user_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "error",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required
user_id
string
required

Response

Member removed