How to use the deleteAsync function from request

Find comprehensive JavaScript request.deleteAsync code examples handpicked from public code repositorys.

14
15
16
17
18
19
20
21
22
23
        headers: { "Ocp-Apim-Subscription-Key": this.apiKey }
    })
}

Vindexer.prototype.deleteBreakdown = function(id, params) {
    return _Request.deleteAsync({
        url: `${apiurl}/Breakdowns/${id}`,
        qs: params,
        headers: { "Ocp-Apim-Subscription-Key": this.apiKey }
    })
fork icon4
star icon24
watch icon6