delete_item

The delete_item function is used to delete an item.

Copied!
svc=item/delete_item&params={"itemId":<long>}

Parameters

NameDescription
itemIdItem ID.

Returned result

If the request is successful, an empty JSON is returned.

Copied!
{ }

If not, an error code is returned. Possible error codes:

CodeDescription
7

Failed to fetch the resource with the desired ACL (ADF_ACL_ITEM_DELETE) or billing account not allowed.

4

Wrong input parameters.

Download PDF file
Download Word document

See also