@ibm-cloud/cloudant - v0.12.8
    Preparing search index...

    Interface DeleteReplicationDocumentParams

    Parameters for the deleteReplicationDocument operation.

    interface DeleteReplicationDocumentParams {
        batch?: string;
        docId: string;
        headers?: OutgoingHttpHeaders;
        ifMatch?: string;
        rev?: string;
        signal?: GenericAbortSignal;
    }

    Hierarchy

    • DefaultParams
      • DeleteReplicationDocumentParams
    Index

    Properties

    batch?: string

    Query parameter to specify whether to store in batch mode. The server will respond with a HTTP 202 Accepted response code immediately.

    docId: string

    Path parameter to specify the ID of the stored replication configuration in the _replicator database.

    headers?: OutgoingHttpHeaders
    ifMatch?: string

    Header parameter for a conditional HTTP request matching an ETag.

    rev?: string

    Query parameter to specify a document revision.

    signal?: GenericAbortSignal