cURL
curl --request POST \ --url https://cases.platform.arb.inc/filings/documents/withdraw \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-08-00124", "filingID": "15" } '
"Document successfully withdrawn"
Removes a filed document from a case if it hasn’t been docketed.
access token
The case identifier.
"2025-08-00124"
The filed document identifier.
"15"
Document successfully withdrawn.
The response is of type string.
string