Delete Report Template
(v1)DELETE
Permanently deletes a report template, making every report it generated unreachable; set enabled to false instead to pause generation while keeping past reports readable.
Warning: This action cannot be undone.
curl -X DELETE "https://api.confident-ai.com/v1/report-templates/{reportTemplateId}" \
-H "CONFIDENT_API_KEY: <PROJECT-API-KEY>"{
"success": true,
"data": {
"id": "REPORT-TEMPLATE-ID"
},
"deprecated": false
}Headers
CONFIDENT_API_KEYstringRequiredThe API key of your Confident AI project.
Path parameters
reportTemplateIdstringRequiredThe id of the report template.
Response
The id of the deleted report template.
successbooleanIndicates if the request was successful.
dataobjectThe id of the affected report template.
Show 1 propertyHide 1 property
idstringThe id of the affected report template.
deprecatedbooleanIndicates if this endpoint is deprecated.