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-00292", "filingID": "2720f109-0caf-4c62-af22-5d08c853711c" } '
"Document filing deleted successfully"
Deletes a document filing that has not yet been submitted for approval. Submitted documents cannot be deleted.
access token
"2025-08-00292"
"2720f109-0caf-4c62-af22-5d08c853711c"
Successfully deleted document filing
The response is of type string.
string