Skip to main content
DELETE
/
registry
/
agents
/
{did}
cURL
curl --request DELETE \
  --url https://api.useanima.sh/v1/registry/agents/{did} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": "<unknown>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Path Parameters

did
string
required

DID of the agent to unlist

Body

application/json

Parameters for removing an agent from the registry

Response

200 - application/json

OK

Unlist confirmation

success
any
required

Always true on successful removal

message
string
required

Informational message about the removal