Options for a Delete function

interface DeleteOpts {
    attachment?: IntoZBytes;
    congestion_control?: CongestionControl;
    express?: boolean;
    priority?: Priority;
}

Properties

attachment?: IntoZBytes

Additional Data sent with the request

congestion_control?: CongestionControl

congestion_control applied when routing the data

express?: boolean

Express

priority?: Priority

priority of the written data