DELETE
/
v1
/
api
/
call-flows
/
{id}
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 

Headers

x-api-key
string
required

API key used for authenticating requests to the API.

x-workspace-id
string
required

Workspace identifier for the API.

Path Parameters

id
string
required

The unique ID of the call flow to delete.

HTTP/1.1 204 No Content