UnlinkConversationSets

Unlink conversation sets from a workspace.

Path Parameters
namespace string โ€” REQUIRED

Namespace in which conversation sets and workspace are.

Request body โ€” REQUIRED
namespace string

Namespace in which conversation sets and workspace are.

playbook_id string

Unique identifier of the workspace.

conversation_set_ids string[]

Unique identifies of the conversation sets to unlink.

Response Body
trigger_id string

Unique identifier of the pipeline trigger that was created when unlinking the conversation sets.

POST /v1alpha1/conversation_sets/:namespace:unlink
namespace โ€” path
Body
Loading...
curl -L -X GET 'https://api.humanfirst.ai' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'