QuickPterodactyl is a powerful node.js module that allows you to interact with the Pterodactyl API very easily. It takes a much more object-oriented approach than most other JS Pterodactyl libraries, making your bot's code significantly tidier and easier to comprehend.
const { Client } = require('quickpterodactyl')
const client = new Client('example.com', 'api_key')
client.server_delete(1)
...and growing!