Documentation Index
Fetch the complete documentation index at: https://docs.phanomcloud.online/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
UUID of the bot to delete.
This action is irreversible. The bot, all its files, and all its backups will be permanently removed.
Process
- Stops the container if it is running
- Removes the Docker container
- Frees the memory allocation from your plan
- Deletes the bot record from the database
curl -X DELETE https://api.phanomcloud.online/bots/3fa85f64-5717-4562-b3fc-2c963f66afa6 \
-H "Authorization: Bearer sess_..."
{
"success": true,
"message": "Bot \"my-discord-bot\" deleted"
}