Skip to main content

Delete Customer by lookup key

DELETE 

/customers/:lookupKey/:lookupValue

Delete a customer by a specific lookupKey / lookupId combination. A deleted customer will be moved to the Propeller Recycle bin. This means the deleted customer can be restored, however, only via the Propeller backoffice.

Request

Path Parameters

    lookupKey stringrequired

    Lookup key. Read more about customer lookup keys

    lookupValue stringrequired

    The value of the key (id or sourceId)

Responses

Delete Customer by lookup key - 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...