Delete Report Template
DELETEhttps://api.confident-ai.com/v1/report-templates/{reportTemplateId}
Permanently deletes a report template.
Warning: This action cannot be undone. Every report it generated becomes unreachable. Set enabled to false instead to pause generation while keeping past reports readable.
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.