Skip to main content
DELETE
/
api
/
v2
/
workspace-group-members
/
{id}
{
  "id": "019d9c5f-96a2-7f3c-9c9d-bd35fd7aed3d",
  "admin_workspace_id": "019d9c5f-96a2-7f3c-9c9d-bd36b3009eee",
  "sub_workspace_id": "019d9c5f-96a2-7f3c-9c9d-bd37fdc306a3",
  "status": "accepted",
  "timestamp_created": "2026-04-17T16:56:43.426Z",
  "timestamp_updated": "2026-04-17T16:56:43.426Z",
  "sub_workspace_name": "My Workspace",
  "admin_workspace_name": "My Workspace"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

The ID of the item to delete

Example:

"019d9c5f-cdd1-7906-bf8b-5c6dcb9a6011"

Body

application/json

The body is of type null.

Example:

null

Response

The deleted Workspace Group Member

A member of a workspace group. You can use the endpoints within this entity to manage the members of a workspace group.

id
string<uuid>
required

The unique identifier of the workspace group member

Example:

"019d9c5f-96a2-7f3c-9c9d-bd35fd7aed3d"

admin_workspace_id
string<uuid>
required

The id of the admin workspace

Example:

"019d9c5f-96a2-7f3c-9c9d-bd36b3009eee"

sub_workspace_id
string<uuid>
required

The id of the sub workspace

Example:

"019d9c5f-96a2-7f3c-9c9d-bd37fdc306a3"

status
enum<string>
required
Available options:
pending,
accepted,
rejected
Example:

"accepted"

timestamp_created
string<date-time>
required
Example:

"2026-04-17T16:56:43.426Z"

timestamp_updated
string<date-time>
required
Example:

"2026-04-17T16:56:43.426Z"

sub_workspace_name
null | string

The name of the sub workspace.

Example:

"My Workspace"

admin_workspace_name
null | string

The name of the admin workspace.

Example:

"My Workspace"