Zum Hauptinhalt springen
DELETE
/
settings
/
user-defined-function
/
{id}
Delete a User Defined Function
curl --request DELETE \
  --url https://demo.enneo.ai/api/mind/settings/user-defined-function/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "Contract 121 could not be processed",
  "details": "Uncatched null point exception in testFunction() in /app/src/file:212",
  "txId": "c916167c94"
}

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

Antwort

User Defined Function deleted successfully