DELETE
/
upload
/
{id}
cURL
curl --request DELETE \
  --url https://api-staging.reporta.ng/api/v1/upload/{id}
{
  "success": true,
  "message": "File deleted successfully"
}

Path Parameters

id
string
required

ID of plant to delete

Response

200
application/json

File deleted successfully

The response is of type object.