This repository was archived by the owner on Aug 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
API.Routes.DoneDatDelete
Mestre-Tramador edited this page Sep 9, 2022
·
1 revision
/dump/:id
Delete a stored .done.dat file.
| Path | Value | Description |
|---|---|---|
| :id | number |
The numeric ID of the .done.dat file to delete. |
{
"deleted": "30.done.dat"
}Everything went well and the file is deleted.
{
"error": "File not found"
}If there is no file with the given ID, then this error is returned.
Exper-Dat-Reader is licensed under the GNU GENERAL PUBLIC LICENSE Version 3.
If you'd like to contribute, please read our Contribution Guidelines.