The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Delete Service Account Workspace Member
3url: https://platform.claude.com/docs/en/api/beta/organization/workspaces/service_accounts/remove
4---
5
16# Delete Service Account Workspace Member
27
38**DELETE** `/v1/organizations/workspaces/{workspace_id}/service_accounts/{service_account_id}`
from line 35
3035
3136 - `string`
3237
33 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
38 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
3439
3540 - `"message-batches-2024-09-24"`
3641
from line 83
7883
7984 - `"user-profiles-2026-08-18"`
8085
86 - `"user-profiles-2026-09-04"`
87
8188 - `"advisor-tool-2026-03-01"`
8289
8390 - `"managed-agents-2026-04-01"`
from line 129
122129
123130## Returns
124131
125- `service_account_id: string`
126
127 Tagged service account ID (`svac_...`) named in the delete request. Removal is idempotent; see the endpoint description for the implicit-membership no-op.
128
129132- `type: "service_account_workspace_member_deleted"`
130133
131134 default: service_account_workspace_member_deleted
135
136- `service_account_id: string`
137
138 Tagged service account ID (`svac_...`) named in the delete request. Removal is idempotent; see the endpoint description for the implicit-membership no-op.
132139
133140- `workspace_id: string`
134141