delete

igwn_auth_utils.requests.delete(url, *args, session=None, **kwargs)

Send an HTTP DELETE request to the specified URL with IGWN Auth attached.

Parameters:
Returns:

resp – the response object

Return type:

requests.Response

See also

requests.Session.delete

for information on how the request is performed