Skip to main content
DELETE
/
api
/
public
/
agents
/
{id}
Delete an agent
curl --request DELETE \
  --url https://astrasend-mocha.vercel.app/api/public/agents/{id} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Your API key (as_live_…), created under Settings → API keys.

Path Parameters

id
string
required

Response

Success

ok
boolean
Example:

true