Skip to main content
DELETE
Delete Document
Deletes an uploaded document by type. Include relatedPersonId to target a document attached to a specific related person.

Example Request

Example Response

Deleting a document from an application that was already completed moves it back to draft, and it must be re-submitted.

Authorizations

X-API-Key
string
header
required

Your Rolla API key

Path Parameters

accountId
string<uuid>
required

Identifier of an account owned by the same user as your API key's business

Body

application/json
documentType
enum<string>
required
Available options:
certificate_of_incorporation,
articles_of_association,
proof_of_address,
director_register,
shareholder_register,
proof_of_tax_id,
bank_statement,
wolfsberg_questionnaire,
msb_flow_form,
flow_of_funds_diagram,
aml_policy_procedures,
ach_procedures,
wire_procedures,
customer_complaint_procedures,
prohibited_jurisdictions_industries

Response

Document deleted successfully

success
boolean
Example:

true

message
string
Example:

"Document deleted successfully"

data
object