Skip to main content
DELETE
/
agents
/
{agentId}
Delete an agent
curl --request DELETE \
  --url https://app.autoposting.ai/api-proxy/agents/{agentId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "agent_01HXYZ",
    "deleted": true
  }
}

Authorizations

Authorization
string
header
required

API key as Authorization: Bearer sk-social-...

Path Parameters

agentId
string
required

Agent ID.

Response

Agent deleted.

success
boolean
data
object