Delete a document
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Responses
Section titled “ Responses ”Document deleted (hidden)
object
Example
507f1f77bcf86cd799439011Human-readable label for the document type
Example
Proof of AddressExample
passport.pdfExample
documents/passport.pdfExample
application/pdfFreshly signed S3 URL (re-signed on every read, ~7-day TTL). Null when the document has no underlying S3 object.
Example
https://storage.example.com/documents/passport.pdfExample
507f1f77bcf86cd799439012object
The type of document validation
Example
VALID_PROOF_OF_ADDRESSArray of validation results for this validation type
object
The key of the validation check
Example
ENTITY_NAME_MATCHES_USER_INPUTBoolean indicating if the validation check passed
Example
trueHuman-readable description of the validation check
Example
Contains Balance SheetOptional explanation providing context for the validation result (e.g., why it passed despite minor differences)
Example
Company name matches (minor formatting difference: "TechGrowth Inc" vs "TechGrowth")Number of validation attempts for this document type (starts at 1, increments on each upload)
Example
2JSON metadata associated with the document
object
Example
2026-03-30T12:00:00.000ZExample
2026-03-30T12:00:00.000ZNotes attached to the document
object
Note ID
Example
507f1f77bcf86cd799439011Content of the note
Example
Applicant confirmed ownership structure during callFile attachments
object
S3 key of the attachment
Example
uploads/uuid_document.pdfOriginal file name
Example
document.pdfMIME type of the file
Example
application/pdfURL to access the file
Example
https://bucket.s3.amazonaws.com/uploads/uuid_document.pdfID of the user who created the note
Example
60d5ecb54b24003a7c8e92b2ID of the user who last updated the note
Example
60d5ecb54b24003a7c8e92b2User who created the note
object
First name of the user
Example
JohnLast name of the user
Example
SmithEmail address of the user
Example
john.smith@example.comUser who last updated the note
object
First name of the user
Example
JohnLast name of the user
Example
SmithEmail address of the user
Example
john.smith@example.comDate the note was created
Example
2026-03-30T12:00:00.000ZDate the note was last updated
Example
2026-03-30T12:00:00.000ZExample
{ "id": "507f1f77bcf86cd799439011", "type": "COMPANY_PROFILE", "subType": "PASSPORT", "title": "Proof of Address", "fileName": "passport.pdf", "key": "documents/passport.pdf", "contentType": "application/pdf", "url": "https://storage.example.com/documents/passport.pdf", "hidden": false, "applicationId": "507f1f77bcf86cd799439012", "validations": [ { "type": "VALID_PROOF_OF_ADDRESS", "results": [], "validationAttempts": 2, "jobId": "string" } ], "metadata": {}, "createdAt": "2026-03-30T12:00:00.000Z", "updatedAt": "2026-03-30T12:00:00.000Z", "notes": [ { "id": "507f1f77bcf86cd799439011", "content": "Applicant confirmed ownership structure during call", "attachments": [], "createdBy": "60d5ecb54b24003a7c8e92b2", "updatedBy": "60d5ecb54b24003a7c8e92b2", "createdByUser": {}, "updatedByUser": {}, "createdAt": "2026-03-30T12:00:00.000Z", "updatedAt": "2026-03-30T12:00:00.000Z" } ]}Document not found