Skip to main content

Delete a Person

  https://api-sandbox.letpay.io/token/person/PUBLIC_PERSON_ID

Deletes an existing person and its related credit cards.

Request Fields

None.

Response Fields

  • refresh_token (string): Updated access token for next calls.
AUTHORIZATIONAPI Key
KeyX-Auth-Token
ValueMY_ACCESS_TOKEN

Example Request

Example Request

200 - Success
    curl --location --request DELETE 'https://api-sandbox.letpay.io/token/person/PUBLIC_PERSON_ID' \
--header 'X-Auth-Token: MY_ACCESS_TOKEN'

Example Response

Header
  Content-Type: application/json
Body
    {
"refresh_token": "MY_ACCESS_TOKEN"
}