cURL
curl --request DELETE \ --url https://api.northreports.com/v1/reports/{reportId} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Permanently deletes a report and all associated data (comparables, showings, etc.). This action cannot be undone.
API key authentication. Include your API key in the Authorization header:
Authorization: Bearer north_sk_live_xxxxxxxxxxxx
The report ID to delete
Report deleted successfully