Remove a document from a recommendation
DELETEhttps://platform.docana.com/api/v1/applications/:id/recommendations/:recommendationId/documents/:documentId/
Removes the matching document input from the recommendation. Returns 404 when the document is not among the inputs.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The document was removed from the inputs
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
No access to the application
Recommendation or document input not found
Unexpected server error.