Zum Hauptinhalt springen
DELETE
/
quality
/
scorecard
/
{id}
Delete a quality scorecard
curl --request DELETE \
  --url https://demo.enneo.ai/api/mind/quality/scorecard/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Scorecard deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

id
integer
erforderlich

Scorecard ID

Antwort

Scorecard deleted successfully

message
string
Beispiel:

"Scorecard deleted successfully"