Extension Reports

Delete extension report

Permanently delete one Integrito report-data record. Returns 403 if the record exists but belongs to another user's text. Returns 404 if no record with the given ID exists.

delete/api/v1/extension/reports/{id}/

Response

The request succeeded.

successboolean

Example response

{
  "success": true
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.