Skip to main content
DELETE
/
api
/
conversation-flows
/
{conversationFlowId}
Delete conversation flow
curl --request DELETE \
  --url https://api.upon-ai.com/api/conversation-flows/{conversationFlowId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversationFlowId
string
required

Conversation flow identifier.

Query Parameters

workspaceId
integer
required

Workspace identifier.

Response

204

Conversation flow deleted.