Skip to main content
DELETE
/
api
/
organizations
/
members
cURL
curl --request DELETE \
  --url https://api.recoupable.dev/api/organizations/members \
  --header 'x-api-key: <api-key>'
{
  "status": "success"
}

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Query Parameters

organization_id
string<uuid>
required

The account ID of the organization

account_id
string<uuid>
required

The account ID of the member to remove

Response

Member removed from organization (or was not a member)

status
enum<string>
required

Status of the request

Available options:
success