# HG changeset patch # User Milka Kuzminski # Date 2021-04-02 10:22:20 # Node ID 8740546dc7a6445553e86837e6b402d027b25297 # Parent 972bf4bf9f1d2e77330bf0c58e1f2d0f73c9f4af file-store: added delete method diff --git a/docs/api/methods/store-methods.rst b/docs/api/methods/store-methods.rst --- a/docs/api/methods/store-methods.rst +++ b/docs/api/methods/store-methods.rst @@ -130,6 +130,24 @@ file_store_get_info (EE only) error : null +file_store_delete (EE only) +--------------------------- + +.. py:function:: file_store_delete(apiuser, store_fid) + + Delete an artifact based on the secret uuid. + + Example output: + + .. code-block:: bash + + id : + result: { + "artifact" : {"uid": "some uid", "removed": true} + } + error : null + + file_store_add_metadata (EE only) ---------------------------------