Skip to main content
POST
/
v1
/
documents
/
disable
/
{document_id}
Disable Document
curl --request POST \
  --url https://api.duplik.cn/v1/documents/disable/{document_id} \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

document_id
integer
required

Response

Successful Response

The response is of type any.