Files
animethemes-api-docs/docs/page/forceDelete/README.md
T
2022-06-30 15:42:51 -05:00

698 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.",
}
```bash curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/forceDelete/page/encoding ```