v8

OpenAPI 3.1.02026-08-02613251.5 KB
clusters

Delete Workspace Data

Delete Oogway data for one workspace in a single API call.

The request body carries the workspace-specific identifiers to remove (email hashes, slack team IDs, external integration IDs, OAuth client IDs, invite tokens, and device-grant user codes). Only the supplied rows that belong to cluster_id are deleted, using the same cluster-ownership guard and cluster-scoped DELETE pattern as the PR #158 bulk-DELETE endpoints.

All deletions run in one database transaction. Non-existent identifiers are silently ignored (idempotent).

Returns: True on success.

delete/router/v1/clusters/{cluster_id}/workspace-data

Path parameters

cluster_idstring required

Headers

x-cluster-keystring

Request body

email_hash_liststring[]
slack_team_id_liststring[]
client_idsstring[]
creator_tokensstring[]
cp_tokensstring[]
user_codesstring[]

Response

Successful Response

boolean required