Deleting a File

Deletes a file from an agent or conversation.

Type: DELETE

End Point: /api/Chat/DeleteFile/{agentid}/{fileId}

Parameters:

  • agentid-string (path)

    • Description: ID of the agent

  • fileId-string (path)

    • Description: ID of the file

Last updated