Skip to main content

Delete Contact by lookup key

DELETE 

/contacts/:lookupKey/:lookupValue

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

Request

Path Parameters

    lookupKey stringrequired

    Lookup key. Read more about contact lookup keys

    lookupValue stringrequired

    The value of the key (id or sourceId)

Responses

Delete Contact 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...