Files
animethemes-api-docs/docs/jsonapi/reference/admin/dump/destroy/index.md
T
2025-07-29 00:56:10 +02:00

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