SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

delete Method

Sends a DELETE request to the server.

Syntax

def delete(url: str) -> None: ...

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 status_code and reason_phrase 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 Lite 2020 Python Edition - Version 20.0 [Build 8166]