curl --location --request DELETE '/v2/api/documents/waiting-documents' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"client_id": 0,
"sid": "string",
"uniq": "string"
}'{
"result": {
"delete_docs_result": 0
},
"status": "Error",
"error_code": "string",
"message": "string"
}