DELETE
/
address-book
/
{id}
curl --request DELETE \
  --url https://api.exchange.coinbase.com/address-book/{id} \
  --header 'cb-access-key: <api-key>' \
  --header 'cb-access-passphrase: <api-key>' \
  --header 'cb-access-sign: <api-key>' \
  --header 'cb-access-timestamp: <api-key>'
{}

Authorizations

cb-access-key
string
header
required
cb-access-passphrase
string
header
required
cb-access-sign
string
header
required
cb-access-timestamp
string
header
required

Path Parameters

id
string
required

Address book identifier

Response

200
application/json

A successful response.

The response is of type object.