Skip to main content

Stop collaboration and force exit DU

Заметка

[Since 2020.01]

A request to stop collaboration and clear all resources (DU) for it, if document is opened.

DELETE /api/v1/documents/{docId} HTTP/1.1
  1. Path parameters
ParameterDescription
docIdThe ID of the file.
  1. Example request
curl -i -X DELETE 'http://localhost:9094/api/v1/documents/O3232hs18Aav0CUzW1X' -H 'X-co-auth-token: 8705adfeb88111b472e089a6af6aa929'
  1. Example response
HTTP/1.1 204 No content