Agent
Reject a staged file
DELETE
https://backend.immut.io/api/v1/agent/review/{id}Required scope: documents:write
This DELETES the stored file and its record. It does not set a flag: immut keeping a document the customer declined is the problem this queue would otherwise create.
Parameters
| Name | In | Required | Description |
|---|---|---|---|
id | path | yes | id of the target record |
Responses
| Status | Meaning |
|---|---|
200 | Success |
400 | BadRequest |
401 | Unauthorized |
403 | Forbidden |
429 | RateLimited |
Example
curl -X DELETE "https://backend.immut.io/api/v1/agent/review/<id>" \
-H "Authorization: Bearer $IMMUT_API_KEY"
Generated from the immut API contract, version 1.9.0. Machine-readable: this page as markdown · everything in one file · OpenAPI