@squidcloud/client
    Preparing search index...

    Interface DeleteFilesRequest

    Represents a request to delete multiple files from the storage bucket.

    interface DeleteFilesRequest {
        filePathsInBucket: string[];
        integrationId: string;
    }
    Index

    Properties

    filePathsInBucket: string[]

    An array of file paths within the bucket to be deleted.

    integrationId: string

    The ID of the integration where the files are stored.