Skip to main content
Break-glass remove workspace member
curl --request DELETE \
  --url https://api.acornops.dev/admin/v1/workspaces/{workspaceId}/members/{userId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "reason": "<string>",
  "ticketRef": "<string>"
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "retryable": true,
    "details": {}
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.acornops.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Body

application/json
reason
string
required
Required string length: 3 - 500
ticketRef
string

Response

Membership removed.