curl --request POST \
--url https://platform.kodexa.ai/api/triggers/{id}/disable \
--header 'x-api-key: <api-key>'Disables an existing trigger by ID so it stops firing on its schedule or event source, while preserving its configuration for later re-enabling.
curl --request POST \
--url https://platform.kodexa.ai/api/triggers/{id}/disable \
--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.