Skip to main content
DELETE
/
api
/
addresses
/
{id}
Delete address
curl --request DELETE \
  --url https://app.sandbox.rio.trade/api/addresses/{id} \
  --header 'x-api-key: <api-key>'
{
  "errors": [
    {
      "code": 19,
      "message": "Not authorized"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.rio.trade/llms.txt

Use this file to discover all available pages before exploring further.

Requirements to consume the endpoint.

Create and modify role

The user must have the role to create and modify.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Id of the crypto address to delete.

Response

No Content