Delete an address

Delete an address

DELETE https://api.complycube.com/v1/addresses/:id

Deletes an existing address.

Path Parameters

NameTypeDescription

id

string

The ID of the address.

Headers

NameTypeDescription

Authorization

string

The live or sandbox API key.

Example request

curl -X DELETE https://api.complycube.com/v1/addresses/{:addressId} \
     -H 'Authorization: <YOUR_API_KEY>' 

Last updated