mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
698 B
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.",
}