{ "account_id": "<string>", "doc_id": "<string>", "docset_id": "<string>", "created_at": "<string>", "name": "<string>", "size": 123, "content_type": "<string>", "properties": {} }
Remove a document from a DocSet and delete the file.
Args: docset_id: The ID of the DocSet doc_id: The ID of the document to remove
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?