Delete Project
DELETEhttps://api.confident-ai.com/v1/projects/{projectId}
Permanently deletes a project and all of its associated data (traces, datasets, metrics, API keys, etc.). This action cannot be undone.
curl -X DELETE "https://api.confident-ai.com/v1/projects/{projectId}" \
-H "CONFIDENT_API_KEY: <ORGANIZATION-API-KEY>"{
"success": true,
"data": {
"id": "PROJECT-ID",
"deleted": true
}
}Headers
CONFIDENT_API_KEYstringRequiredThe organization API key for your Confident AI organization.
Path parameters
projectIdstringRequiredThe unique identifier of the project to delete.
Response
successbooleanIndicates if the request was successful
dataobjectShow 2 propertiesHide 2 properties
idstringID of the deleted project
deletedbooleanAlways
truewhen the project was deleted
Built byConfident AI