DELETE /v3/reports/grid/saved/{id}/favorites
Mark a saved report as not a favorite for the user to whom the API key belongs
Security
API_Key
DELETE
curl -i -X DELETE \
'https://api.observepoint.com/v3/reports/grid/saved/{id}/favorites' \
-H 'Authorization: YOUR_API_KEY_HERE'