Skip to main content
DELETE
/
bots
/
{id}
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"
}

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

id
string
required
UUID of the bot to delete.
This action is irreversible. The bot, all its files, and all its backups will be permanently removed.

Process

  1. Stops the container if it is running
  2. Removes the Docker container
  3. Frees the memory allocation from your plan
  4. 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"
}