Skip to main content

Delete User by lookup key

DELETE 

/users/:lookupKey/:lookupValue

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

Request

Path Parameters

    lookupKey stringrequired

    Lookup key. Read more about user lookup keys

    lookupValue stringrequired

    The value of the key (id or sourceId)

Responses

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