DeleteConversationsFile

Delete an unlabelled conversational file from a conversation source.

Path Parameters
namespace string โ€” REQUIRED

Namespace of the workspace.

conversation_source_id string โ€” REQUIRED

Unique identifier of the conversation source in which we want to import the file.

filename string โ€” REQUIRED

Name of the file to delete.

Response Body
trigger_id string

Unique identifier of the pipeline trigger that was created when deleting the file.

DELETE /v1alpha1/files/:namespace/:conversation_source_id/:filename
namespace โ€” path
conversation_source_id โ€” path
filename โ€” path
curl -L -X DELETE 'https://api.humanfirst.ai/v1alpha1/files/:namespace/:conversation_source_id/:filename' \
-H 'Accept: application/json'