BlueprintFramework / framework

Powerful, fast and developer-friendly extension framework for Pterodactyl. Utilize extension APIs, inject HTML, modify stylesheets, package extensions and so much more.
https://blueprint.zip
MIT License
235 stars 24 forks source link

Delete endpoint for admin views #53

Closed Jelcoo closed 2 months ago

Jelcoo commented 2 months ago

Current Behavior

Currently there is no delete endpoint for the admin views, only get, patch and post.

Expected Behavior

I would like to have a delete endpoint as well, so I can delete data with a matching endpoint (instead of hacking together a post request).

Steps to Reproduce

-

Blueprint Version

beta-2024-07

Panel Version

1.11.7

Is there an existing issue for this?

itsvic-dev commented 2 months ago

this should probably get marked as a feature request and not a bug