Skip to main content
DELETE
/
v1
/
businessAccount
/
wallets
/
addresses
/
recipient
/
{id}
Delete a recipient address
curl --request DELETE \
  --url https://api-sandbox.circle.com/v1/businessAccount/wallets/addresses/recipient/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Universally unique identifier (UUID v4) of a resource.

Example:

"b3d9d2d5-4c12-4946-a09d-953e82fae2b0"

Response

Successfully removed the recipient address.