Skip to content

Commit a1ef432

Browse files
authored
Added remove metadata from File Deletion API
1 parent 16282e2 commit a1ef432

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/API.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,8 @@ curl https://shuffler.io/api/v1/files/{id} -H "Authorization: Bearer APIKEY"
762762
### Delete a file
763763
Deletes a file. The file meta is left intact, but the file itself is removed from existence. Status is changed to "deleted".
764764

765+
**PS: To REMOVE the data entirely, add `?remove_metadata=true` to the url**
766+
765767
Methods: DELETE
766768

767769
```bash

0 commit comments

Comments
 (0)