cURL
curl --request POST \ --url https://cases.platform.arb.inc/filings/documents/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-08-00251", "filingID": "3" } '
"Document successfully deleted"
Removes a document from a case if it’s still eligible for deletion.
access token
The case identifier.
36
"2025-08-00251"
The filing/document identifier.
"3"
Document was deleted.
The response is of type string.
string