API referenceEndpoints

Delete application knowledge-agent policy

Requires an application credential holding the application-admin role; the credential names the application it acts for. Generated from the production route registered in `internal/features/knowledgeagent/inbound/http_application.go`.

DELETE/v1/application/agents/knowledge/policy

Requires an application credential holding the application-admin role; the credential names the application it acts for. Generated from the production route registered in internal/features/knowledgeagent/inbound/http_application.go.

Authorization

bearerAuth
AuthorizationBearer <token>

Engine-issued API key or tenant-signed JWT.

In: header

Header Parameters

If-Match*string

The strong entity tag from the most recent GET or PUT, or * for "whatever is stored now". Omitting it is 428; a tag that is not current is 412. The tag is opaque — echo it, never parse it.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/application/agents/knowledge/policy" \  -H "If-Match: "application-application-2""
Empty