curl --request DELETE \
--url https://api.tagdeliver.com/v1/report/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}Delete a report
curl --request DELETE \
--url https://api.tagdeliver.com/v1/report/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}Was this page helpful?