mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-26 08:53:59 +02:00
title
| title |
|---|
| Announcement Force Delete |
Announcement Force Delete Endpoint
The announcement force delete endpoint hard deletes an announcement and returns a confirmation message.
For example, the /api/forceDelete/announcement/1 endpoint will hard delete the announcement of id '1' and return a confirmation message.
URL
DELETE /api/forceDelete/announcement/{id}
Authentication
Required Permission: force delete announcement
Roles with Permission: Admin
Parameters
None
Response
{
message: "The Announcement '1' was deleted.",
}