Mortgage Application
Delete a formerly uploaded document
Deletes a specific document attached to a specific application. Note that deleting documents should not be possible after the application has been accepted by the FI.
delete/mortgages/applications/{applicationId}/documents/{documentId}
Parameters
./components/parameters/path/application_id.yaml — unresolved $ref
./components/parameters/path/document_id.yaml — unresolved $ref
./components/parameters/header/client_id.yaml — unresolved $ref
./components/parameters/header/correlation.yaml — unresolved $ref
./components/parameters/header/agent.yaml — unresolved $ref
Response
OK.
Example response
{
"status": "we need an example"
}