curl --location --request DELETE 'https://api.getcalico.com/enterprise/v2/reports/43e5dab2-2588-439b-83e9-e379c2117fbd' \
--header 'Authorization: Bearer <token>'{
"data": {
"reports": [
{
"name": "My Report May 18th, 2026",
"id": "43e5dab2-2588-439b-83e9-e379c2117fbd",
"metadata": {
"report_type": "TRANSACTION_REPORT",
"report_start_date": "2019-08-24T14:15:22.123Z",
"report_end_date": "2019-08-24T14:15:22.123Z",
"asset_symbols": "string",
"provider_ids": "string",
"employee_name": "string"
},
"created_at": "2019-08-24T14:15:22.123Z",
"completed_at": "2019-08-24T14:15:22.123Z",
"format": "CSV",
"status": "COMPLETED"
}
]
},
"errors": []
}