Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

API.Routes.DoneDatDelete

Mestre-Tramador edited this page Sep 9, 2022 · 1 revision

Delete Done Dat DELETE

/dump/:id

Delete a stored .done.dat file.

URL Path

Path Value Description
:id number The numeric ID of the .done.dat file to delete.

Response

200

{
  "deleted": "30.done.dat"
}

Everything went well and the file is deleted.

404

{
  "error": "File not found"
}

If there is no file with the given ID, then this error is returned.

Clone this wiki locally