Skip to main content
DELETE
/
v1
/
reports
/
{reportId}
Delete a report
curl --request DELETE \
  --url https://api.northreports.com/v1/reports/{reportId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header:

Authorization: Bearer north_sk_live_xxxxxxxxxxxx

Path Parameters

reportId
string<uuid>
required

The report ID to delete

Response

Report deleted successfully

message
string