Skip to main content

Delete files from collection

DELETE 

/api/v1/collections/:collection-id/files

Delete files from a collection. Only files not managed by connectors can be deleted.

Request

Path Parameters

    collection-id stringrequired

    Collection ID

Body

    file_ids string[]required

    Possible values: >= 1, <= 100

    List of file IDs to remove from the collection

Responses

No content is returned when files are successfully deleted

Loading...