Skip to main content
DELETE
/
v3
/
customers
/
{customer_id}
/
addresses
/
{id}
Delete a business customer address
curl --request DELETE \
  --url https://api.myscalev.com/v3/customers/{customer_id}/addresses/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {},
  "error_code": "<string>",
  "message": "<string>",
  "errors": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

customer_id
string
required
id
string
required

Response

Success with no response body