Skip to main content
DELETE
/
delete-conversation-flow-component
/
{conversation_flow_component_id}
cURL
curl --request DELETE \
  --url https://api.retellai.com/delete-conversation-flow-component/{conversation_flow_component_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"

Path Parameters

conversation_flow_component_id
string
required

ID of the component to delete

Response

Successfully deleted conversation flow component