Files
animethemes-api-docs/docs/jsonapi/reference/document/page/forceDelete/index.md
T
2025-07-29 00:56:10 +02:00

654 B

title
title
Page Force Delete

Page Force Delete Endpoint

The page force delete endpoint hard deletes a page and returns a confirmation message.

For example, the /forceDelete/page/encoding endpoint will hard delete the Encoding page and return a confirmation message.

URL

DELETE /forceDelete/page/{slug}

Authentication

Required Permission: force delete page

Roles with Permission: Admin

Parameters

None

Response

{
    message: "The Page 'Encoding' was deleted.",
}

Example

curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/forceDelete/page/encoding