Archive a workspace
DELETE/v1/account/workspaces/{workspaceId}
Archives a workspace (soft delete). The workspace is retained, but any subsequent request scoped to it returns a permission error. Archiving the account’s last active (non-archived) workspace is not allowed and returns FailedPrecondition. Admin only.
Archive a workspace
curl https://api.cadenya.com/v1/account/workspaces/$WORKSPACE_ID \
-X DELETE \
-H "Authorization: Bearer $CADENYA_API_KEY"