Delete bot

DELETEhttps://api.poe.com/bots/{handle}

Overview

Delete an API Bot under your account by handle. This action is permanent and cannot be undone.

Authentication

Send your Poe API key in the Authorization header:

Authorization: Bearer sk_test_51SAMPLEKEY

All requests must be made over HTTPS.

Parameters

NameLocationTypeRequiredDescription
handlepathstringRequiredThe bot's unique handle

Request body

This endpoint does not accept a JSON request body.

❌ Error codes

HttpTypeDescription
401errorAuthentication failed Incorrect API key provided. You can find your API key at https://poe.com/api/keys.
403errorForbidden Unauthorized to edit bot 'BotHandle'
404errorNot found Bot MyBot does not exist or access denied

🔁 Callbacks & webhooks

No callbacks or webhooks are associated with this endpoint.