# Patron Delete

Provider API v0.6.5 · 1 operation
Source: https://plas.redia.dk/en/provider/v0.6.5/patron-delete/

No description in the specification.

## Delete patron

`POST` `/patron/{patronId}/delete` · `DeletePatron`

Delete all patron data at the LMS.

The vendor should at the same time also deleted all patron data at the vendor.


### Parameters

- `patronId` (In `path`, `string`, required) — Patron ID from authentication

Shared across operations: `version`. [See the shared contract on the version page.](https://plas.redia.dk/en/provider/v0.6.5/)

### Request body

`application/json` · required

[`DeletePatronRequestBody`](https://plas.redia.dk/en/provider/v0.6.5/schemas/#DeletePatronRequestBody)

### Responses

- `200` [`DeletePatronResponseBody`](https://plas.redia.dk/en/provider/v0.6.5/schemas/#DeletePatronResponseBody) — Success

Error responses: 400 · 401 · 404 — [See the shared contract on the version page.](https://plas.redia.dk/en/provider/v0.6.5/)
