---
title: "Deletes the currently authenticated member"
method: DELETE
path: "/ocapi/v1/members/current"
tags: ["Members"]
---

# Deletes the currently authenticated member

`DELETE /ocapi/v1/members/current`

The member can no longer be authenticated after this endpoint has been successfully called.




The member is also marked to be deleted by Vista Loyalty in a configured scheduled task.
The member is completely cleared after 24 hours.

#### Licenses Required


- Vista.Ocapi

## Headers

- `Connect-Region-Code` string

## Request body

- union — Represents the values needed to securely delete a member
  - OcapiV1LoyaltyDeleteExternallyAuthenticatedMemberDelete — Represents the values needed to securely delete a member
    - `type` 'ValidatePassword' | 'None', required — Represents the validation type required for a secure member action
  - OcapiV1LoyaltyDeleteLoyaltyAuthenticatedMemberDelete — Represents the values needed to securely delete a member
    - `type` 'ValidatePassword' | 'None', required — Represents the validation type required for a secure member action

## Response `204`

Member deleted.

## Other responses

- `400` — Request property is invalid or missing, password validation failed, or member cannot be deleted.
- `401` — No member authenticated.

---

[API](https://skmtc.net/vista/apis/vista-digital-platform.md) · [All operations](https://skmtc.net/vista/apis/vista-digital-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vista/vista-digital-platform/revisions/3a81c0aed14e/schema)
