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}
Path parameters
applicationIdstring uuid required
The application identifier (UUID v4) defined by FI.
Example:4bf92636-14a0-4511-98e2-acfde576e644
Uuid v4 of the application request.
documentIdstring uuid required
Unique ID (uuid v4) of the document.
Example:4bf92636-14a0-4511-98e2-acfde576e644
Unique ID (uuid v4) of the document.
Headers
X-CorAPI-Client-IDstring required
ID of the client forwarded to the provider.
X-Correlation-IDstring required
Unique ID (defined by the caller) which will be reflected back in the response.
User-Agentstring required
Name and version of the of the Client software.
Response
OK.
Example response
{
"status": "we need an example"
}