Skip to main content
POST
/
documents
/
archive
Archive documents (Super admin only)
curl --request POST \
  --url https://api.example.com/documents/archive \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.korint.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
ids
string[]
required

the document ids to archive

Response

The response is of type object.