delete_entry Method

Deletes an entry within an OData service resource.

Syntax

def delete_entry() -> None: ...

Remarks

The component will delete the entry, of an OData service resource, specified by service_root_uri and resource_path (service_root_uri/resource_path).

An "If-Match" header will be sent in the delete request with the value contained within entry_e_tag.

Upon a successful entry deletion, all previous entries contained by the component, prior to the DeleteEntry call, will be cleared. other_headers will also be cleared and thus will need to be reset accordingly with each call made.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]