curl --request DELETE \
--url https://api.trillet.ai/v1/api/call-flows/{id} \
--header 'x-api-key: <api-key>' \
--header 'x-workspace-id: <x-workspace-id>'HTTP/1.1 204 No Content
Permanently remove a call flow.
curl --request DELETE \
--url https://api.trillet.ai/v1/api/call-flows/{id} \
--header 'x-api-key: <api-key>' \
--header 'x-workspace-id: <x-workspace-id>'HTTP/1.1 204 No Content