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

API.Routes.DatDelete

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

Delete Dat DELETE

/dat/:id

Delete a stored .dat file.

URL Path

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

Response

200

{
  "deleted": "61.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