Skip to main content
POST
Delete an uploaded evidence file

Authorizations

Authorization
string
header
required

access token

Body

application/json
caseID
string
required

The case identifier.

Maximum string length: 36
Example:

"2025-08-00123"

uploadID
string
required

The upload identifier to delete.

Maximum string length: 36
Example:

"32"

Response

Upload deleted.

The response is of type string.

Example:

"upload successfully deleted"