Authorizations
API key for authentication
Path Parameters
Unique identifier for the report
Response
Report deleted successfully
curl --request DELETE \
--url https://api.mapademics.com/v1/reports/{reportId} \
--header 'X-API-Key: <api-key>'This response does not have an example.Soft deletes the report
curl --request DELETE \
--url https://api.mapademics.com/v1/reports/{reportId} \
--header 'X-API-Key: <api-key>'This response does not have an example.API key for authentication
Unique identifier for the report
Report deleted successfully
Was this page helpful?