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.
Example response
{
"success": true
}