Delete a document from a project.
Delete a document from a project
Path Parameters
- project_id integer required
ID of the project
- document_id integer required
ID of the document
Responses
- 200
- 401
- 403
- 404
- 500
OK
User is not authenticated. This means token is either not present or invalid
User does not have the minimal required project role "MANAGER"
The project or the document
Something is wrong with the API.
Loading...