Launch Week 02 wrapped — explore all five launches

Delete Template

DELETEhttps://api.confident-ai.com/v2/report-templates/{reportTemplateId}

Permanently deletes a report template and the schedule that generates it. This cannot be undone, and every report it generated becomes unreachable — set enabled to false instead to pause generation while keeping past reports readable.

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

Headers

  • CONFIDENT_API_KEYstringRequired

    The API key of your Confident AI project.

Path parameters

  • reportTemplateIdstringRequired

    The id of the report template.

Response

Delete Template succeeded.

  • successboolean

    Indicates if the request was successful.

  • dataobject

    A reference to a report template by its id.

    Show 1 propertyHide 1 property
    • idstring

      The id of the report template, generated by Confident AI.

  • deprecatedboolean

    Indicates if this endpoint is deprecated.

Built byConfident AI