HTTP.del

Anywhere

HTTP.del(url, [callOptions], [asyncCallback])

import { HTTP } from 'meteor/http' Source

Send an HTTP DELETE request. Equivalent to calling HTTP.call with "DELETE" as the first argument. (Named del to avoid conflict with the Javascript keyword delete)

Arguments

url String

The URL to which the request should be sent.

callOptions Object

Options passed on to HTTP.call.

asyncCallback Function

Callback that is called when the request is completed. Required on the client.

doc_Meteor
2016-05-29 17:20:34
Comments
Leave a Comment

Please login to continue.