file-store: added delete method
This commit is contained in:
parent
12a0e578cd
commit
d021587026
1 changed files with 18 additions and 0 deletions
|
|
@ -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 : <id_given_in_input>
|
||||
result: {
|
||||
"artifact" : {"uid": "some uid", "removed": true}
|
||||
}
|
||||
error : null
|
||||
|
||||
|
||||
file_store_add_metadata (EE only)
|
||||
---------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue