cURL
curl --request POST \ --url https://api.platform.arb.inc/evidence/uploads/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "caseID": "2025-08-00123", "uploadID": "32" } '
"upload successfully deleted"
Removes a specific upload from a case if you have access.
access token
The case identifier.
36
"2025-08-00123"
The upload identifier to delete.
"32"
Upload deleted.
The response is of type string.
string