Skip to main content

Delete User Address

DELETE 

/users/:lookupKey/:lookupValue/addresses/:addressId

Use this endpoint to delete a user's address. The address is identified by id.

Request

Path Parameters

    lookupKey stringrequired

    Lookup key. Read more about user lookup keys

    lookupValue stringrequired

    The value of the key (id or sourceId)

    addressId stringrequired

    Address id

Body

    firstName string
    lastName string

Responses

Delete User Address by Id - 200 / Delete User Address by Id - 200

Response Headers

  • Alt-Svc

    string

  • Via

    string

  • alt-svc

    string

  • content-length

    string

  • date

    string

  • return-format

    string

  • server

    string

  • x-request-id

    string

Schema

    data

    object

    object
    messages string[]
Loading...