Checks

Delete a report

DELETE
/api/v1/reports/{reportId}

Scope: reports:write

Soft-deletes the report. It stops appearing in listings; the record is retained for audit.

Authorization

AuthorizationBearer <token>

Use Authorization: Bearer vrf_live_... or vrf_test_....

In: header

Path Parameters

reportId*string

Report identifier.

Formatuuid

Response Body

application/problem+json

curl -X DELETE "https://example.com/api/v1/reports/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty