OpenAPI 3.1.02026-07-262937191.0 MB
933c4ebdcd72
beta.libraries
Delete a library and all of it's document.
Given a library id, deletes it together with all documents that have been uploaded to that library. Warning: the response will change from 200 (returning the deleted library) to 204 No Content in a future version.
delete/v1/libraries/{library_id}
Path parameters
library_idstring uuid required
Response
Library deleted (deprecated, will be removed in favor of 204).