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

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Address identity identifier

Body

application/json

Input for identifying a specific address identity

agentId
required

Agent identifier that owns this address

Pattern: ^[0-9a-z]+$

Response

200 - application/json

OK

success
any
required

Always true on successful deletion