auth_delete function

DELETE a resource with authenticated credentials.

DELETE a resource with authenticated credentials.

DELETE data at a URL using an HTTP DELETE request using authentication credentials provided in a client certificate. Authenticated access depends on the suggested openssl package. If the openssl package is not installed, then the request fails.

auth_delete(url, encode = "multipart", body = as.list(NA), node)

Arguments

  • url: The URL to be accessed via authenticated DELETE
  • encode: the type of encoding to use for the DELETE body, defaults to 'multipart'
  • body: a list of data to be included in the body of the DELETE request
  • node: The D1Node object that the request will be made to.

Returns

the HTTP response from the request

  • Maintainer: Matthew B. Jones
  • License: Apache License 2.0
  • Last published: 2022-06-10