Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique report ID
Response
200 - application/json
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
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique report ID
Was this page helpful?