IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Container for the objects to delete.

    interface Delete {
        Objects: ObjectIdentifier[] | undefined;
        Quiet?: boolean;
    }
    Index

    Properties

    Properties

    Objects: ObjectIdentifier[] | undefined

    The object to delete.

    Directory buckets - For directory buckets, an object that's composed entirely of whitespace characters is not supported by the DeleteObjects API operation. The request will receive a 400 Bad Request error and none of the objects in the request will be deleted.

    Quiet?: boolean

    Element to enable quiet mode for the request. When you add this element, you must set its value to true.