Skip to main content
DELETE
/
api
/
public
/
organizations
/
{orgId}
/
members
/
{id}
Delete a member
curl --request DELETE \
  --url https://charts.basedash.com/api/public/organizations/{orgId}/members/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "title": "<string>",
    "detail": "<string>"
  }
}

Authorizations

Authorization
string
header
required

API key authentication using Bearer token format: Bearer <basedash_api_key>

Path Parameters

orgId
string
required

Organization ID

id
string
required

Member ID

Response

Member deleted successfully