Skip to main content

Delete Customer Address

DELETE 

/customers/:lookupKey/:lookupValue/addresses/:addressId

Use this endpoint to delete a customer address. The address is identified by id.

Request

Path Parameters

    lookupKey stringrequired

    Lookup key. Read more about customer lookup keys

    lookupValue stringrequired

    The value of the key (id or sourceId)

    addressId stringrequired

    Address id

Responses

Delete Customer Address - 200

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • x-request-id

    string

Schema

    data

    object

    object
    messages string[]
Loading...