We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16282e2 commit a1ef432Copy full SHA for a1ef432
docs/API.md
@@ -762,6 +762,8 @@ curl https://shuffler.io/api/v1/files/{id} -H "Authorization: Bearer APIKEY"
762
### Delete a file
763
Deletes a file. The file meta is left intact, but the file itself is removed from existence. Status is changed to "deleted".
764
765
+**PS: To REMOVE the data entirely, add `?remove_metadata=true` to the url**
766
+
767
Methods: DELETE
768
769
```bash
0 commit comments