# Provide information about the rejection of a document in the target system Update information about the rejection for the given document Endpoint: POST /documents/{id}/reject Version: 2.51.0 Security: OAuth2 ## Path parameters: - `id` (string, required) Id of of the document to update. ## Request fields (application/json): - `message` (string) May be used to provide additional details about the rejection. ## Response 400 fields (application/json): - `detail` (string, required) A human readable explanation of the error. - `status` (integer, required) The HTTP status code. - `title` (string, required) A short summary of the error ## Response 404 fields (application/json): - `detail` (string, required) A human readable explanation of the error. - `status` (integer, required) The HTTP status code. - `title` (string, required) A short summary of the error ## Response 202 fields ## Response 429 fields