mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-26 08:53:59 +02:00
667 B
667 B
title
| title |
|---|
| Dump Destroy |
Dump Destroy Endpoint
The dump destroy endpoint deletes a dump and returns a confirmation message.
For example, the /dump/1 endpoint will delete the dump of id '1' and return a confirmation message.
URL
DELETE /dump/{id}
Authentication
Required Permission: delete dump
Roles with Permission: Admin
Parameters
None
Response
{
dump: {
id: id,
path: "path",
created_at: "created_at",
updated_at: "updated_at",
link: "link
}
}
Example
curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/dump/1