v6

latestOpenAPI 3.0.0raw.githubusercontent.com2024-10-187525179.6 KB
Documents

Remove a document user

This method allows you to remove a user membership from the specified document.

post/documents.remove_user

Request body

idstring required

Unique identifier for the document. Either the UUID or the urlId is acceptable.

userIdstring uuid required

Response

OK

successboolean

Example response

{
  "success": true
}