v1

latestOpenAPI 3.1.02026-07-267418115.3 KB

POST documents remove_user

post/api/v1/documents/{id}/remove_user

Path parameters

idstring required

Request body

Example request

{
  "user": {
    "__DOLLAR_REF__": "/api/v1/users/a1b2c3d4e5f67890"
  }
}

Response

OK

$uristring required
created_atstring date-time required

Timestamp for when the object was created on the One Codex platform, encoded as a RFC 3339 timestamp.

filenamestring required

The document filename (e.g., "report.pdf")

sizeinteger nullable required

The size of the document in bytes.

Example response

{
  "$uri": "/api/v1/documents/0d77065796f8d173",
  "downloaders": [
    {
      "__DOLLAR_REF__": "/api/v1/users/a1b2c3d4e5f67890"
    }
  ],
  "uploader": {
    "__DOLLAR_REF__": "/api/v1/users/a1b2c3d4e5f67890"
  }
}