Launch Week 02 wrapped — explore all five launches

Delete Report

DELETEhttps://api.confident-ai.com/v1/reports/{reportId}

Permanently deletes a report and all of its sections.

DELETE/v1/reports/{reportId}
curl -X DELETE "https://api.confident-ai.com/v1/reports/{reportId}" \
  -H "CONFIDENT_API_KEY: <PROJECT-API-KEY>"
200
{
  "success": true,
  "data": {
    "id": "REPORT-ID"
  },
  "deprecated": false
}

Headers

  • CONFIDENT_API_KEYstringRequired

    The API key of your Confident AI project.

Path parameters

  • reportIdstringRequired

    The id of the report.

Response

The id of the deleted report.

  • successboolean

    Indicates if the request was successful.

  • dataobject

    The id of the affected report.

    Show 1 propertyHide 1 property
    • idstring

      The id of the affected report.

  • linkstring

    Returned when creating a report — the URL where a person can read it in Confident AI. Absent on delete, and once the report's template has been deleted.

  • deprecatedboolean

    Indicates if this endpoint is deprecated.

Built byConfident AI