application-deleted
v0.0.1

The draft LPA application has been deleted

Context

The donor is drafting their LPA online. The LPA has not been signed by the donor.

Trigger

A donor chooses to delete their LPA application data in MRLPA via their dashboard.

Effect

TBC

Consumer / Producer Diagram

Examples

1{
2  "uid": "M-1234-5678-9012"
3}
4
application-deleted Schema (json)
{
  "$id": "https://opg.service.justice.gov.uk/opg.poas.makeregister/application-deleted.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "opg.poas.makeregister/application-deleted",
  "type": "object",
  "properties": {
    "uid": {
      "type": "string",
      "description": "The UID of the LPA",
      "pattern": "^M(-[A-Z0-9]{4}){3}$"
    }
  },
  "required": ["uid"]
}
Edit this pageLast updated on 2024/11/22