Delete an address

Delete an address

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

Deletes an existing address.

Path Parameters

Name
Type
Description

id

string

The ID of the address.

Headers

Name
Type
Description

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