DELETE/api/agentsbearer token

Delete an agent

Removes the agent and the data attached to it. There is no undo, and no soft-delete to recover from.

Try it

curl -X DELETE "https://storkie.ai/api/agents?id=YOUR_AGENT_ID" \
  -H "Authorization: Bearer YOUR_TOKEN"

No Run button: this needs your bearer token, and a docs page that asks for one is teaching people to paste credentials into web forms.

Request body

NameTypeDescription
idrequiredstringQuery parameter: the agent to delete.

Response

NameTypeDescription
okrequiredbooleanTrue when it is gone.

Rate limit

40 requests / minute / account

Errors

  • 401 β€” Missing or invalid token.
  • 404 β€” Not yours, or no such agent.

Other endpoints

Get a key in one click

Account endpoints take a revocable API key. It carries no admin access and can be revoked instantly.

Create an API key

Agents

More

πŸͺ
Find Providers
πŸ‘€
Profile
❓
FAQ