SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Delete Method

Sends a DELETE request to the server.

Object Oriented Interface

public function doDelete($url);

Procedural Interface

secureblackbox_restclient_do_delete($res, $url);

Remarks

Use this method to send a DELETE request to server. In response to this request, the server may (without any guarantees) delete the resource specified in Url. Most of the servers disable DELETE requests.

If this request fails, an exception will be thrown, and the error details published in StatusCode and ReasonPhrase properties.

Note that any parameters you intend to pass to this method should be properly encoded before this method is called.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]