DELETE
/
workspaces
/
{workspace_id}
/
members
/
{member_id}
Remove Member
curl --request DELETE \
  --url https://api.altostrat.io/workspaces/{workspace_id}/members/{member_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Auth0 JWT token for user authentication.

Path Parameters

workspace_id
string
required

The unique identifier for the workspace.

Example:

"ws_abc123"

member_id
string
required

The unique identifier for the member (Auth0 user ID).

Example:

"auth0|507f1f77bcf86cd799439011"

Response

204

Member removed successfully.