mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
729 B
729 B
title
| title |
|---|
| Featured Theme Force Delete |
Featured Theme Force Delete Endpoint
The featured theme force delete endpoint hard deletes a featured theme and returns a confirmation message.
For example, the /forceDelete/featuredtheme/1 endpoint will hard delete the featured theme of id '1' and return a confirmation message.
URL
DELETE /forceDelete/featuredtheme/{id}
Authentication
Required Permission: force delete featured theme
Roles with Permission: Admin
Parameters
None
Response
{
message: "The Featured Theme '1' was deleted.",
}
Example
curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/forceDelete/featuredtheme/1