curl --request DELETE \
--url https://platform.kodexa.ai/api/organizations/{orgId}/secrets/{secretName} \
--header 'x-api-key: <api-key>'Deletes a named secret from an organization, immediately removing the stored value so it can no longer be referenced by assistants or workflows.
curl --request DELETE \
--url https://platform.kodexa.ai/api/organizations/{orgId}/secrets/{secretName} \
--header 'x-api-key: <api-key>'Documentation Index
Fetch the complete documentation index at: https://developer.kodexa.ai/llms.txt
Use this file to discover all available pages before exploring further.