Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://flowra.dev/api/v1/trigger_instances/manage/{triggerId} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Operation completed successfully", "data": {} }
Permanently remove a trigger. The workflow will no longer run on that schedule or webhook.
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
Operation completed successfully
Show child attributes
Was this page helpful?