Skip to main content
DELETE
/
registry
/
v1
/
agents
/
{agentId}
Delete an agent
curl --request DELETE \
  --url https://api.swarmd.ai/registry/v1/agents/{agentId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token (USER, AGENT, or SERVICE auth)

Path Parameters

agentId
string<uuid>
required

Response

204

No Content