@farmart-tech/brave-admin-sdk
    Preparing search index...

    Interface WorkspaceDeleteRequest

    Request payload for deleting a workspace.

    interface WorkspaceDeleteRequest {
        id: string;
    }
    Index

    Properties

    Properties

    id: string

    ID of the workspace to delete.

    Protected workspaces ('global', 'test') cannot be deleted.