DELETE
/api/agentsbearer tokenDelete 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
| Name | Type | Description |
|---|---|---|
idrequired | string | Query parameter: the agent to delete. |
Response
| Name | Type | Description |
|---|---|---|
okrequired | boolean | True when it is gone. |
Rate limit
40 requests / minute / account
Errors
401β Missing or invalid token.404β Not yours, or no such agent.