v1

latestOpenAPI 3.1.02026-07-2617125852.3 KB
WorkspaceGroupMember

Delete workspace group member

Requires one of the following scopes: workspace_group_members:delete, workspace_group_members:all, all:delete, all:all

delete/api/v2/workspace-group-members/{id}

Path parameters

idstring uuid required
Example:019f94cd-afab-71ff-a69a-f37987aea106

The ID of the item to delete

Request body

{"stackTrail":"paths:/api/v2/workspace-group-members/{id}:delete:requestBody:content:application/json:schema","oasType":"schema","type":"unknown","example":null}

Response

The deleted Workspace Group Member

idstring uuid required

The unique identifier of the workspace group member

admin_workspace_idstring uuid required

The id of the admin workspace

sub_workspace_idstring uuid required

The id of the sub workspace

status'pending' | 'accepted' | 'rejected' required
timestamp_createdstring date-time required
timestamp_updatedstring date-time required
sub_workspace_namestring nullable

The name of the sub workspace.

admin_workspace_namestring nullable

The name of the admin workspace.

Example response

{
  "id": "019f94cd-83f5-723f-8436-949dc55c984e",
  "admin_workspace_id": "019f94cd-83f5-723f-8436-949eeaf2e736",
  "sub_workspace_id": "019f94cd-83f6-77f0-a39f-0b4b5bee26c9",
  "status": "accepted",
  "timestamp_created": "2026-07-24T15:45:24.470Z",
  "timestamp_updated": "2026-07-24T15:45:24.470Z",
  "sub_workspace_name": "My Workspace",
  "admin_workspace_name": "My Workspace"
}