Delete an address
URL
DELETE https://api.complycube.com/v1/addresses/:id
Deletes an existing address.
Headers
Name
Type
Description
Authorization
*
string
The API live
or test
key.
Path parameters
Name
Type
Description
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
Was this helpful?