Delete an address

URL

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

Deletes an existing address.

Headers

NameTypeDescription

Authorization*

string

The API live or test key.

Path parameters

NameTypeDescription

id*

string

The ID of the address.

Example request

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

Example response

Last updated