type: object
additionalProperties: false
required:
  - idType
  - idValue
properties:
  idType:
    $ref: ./PartyIdType.yaml
  idValue:
    $ref: ./PartyIdentifier.yaml
  subIdOrType:
    $ref: ./PartySubIdOrType.yaml
  response:
    $ref: ./accountDeletionStatus.yaml
  currentState:
    $ref: ./accountDeletionState.yaml
  lastError:
    $ref: ./transferError.yaml
  deleteAccountResponse:
    type: object
    required:
      - body
    properties:
      body:
        type: object
      headers:
        type: object
