Delete a group of documents.
By deleting a group, all analyses or annotations created from that group will be deleted.
Path Parameters
- project_id integer required
ID of the project that contains the group
- group_id integer required
ID of the group to delete
Responses
- 200
- 403
- 404
- 500
Group was deleted
User does not have the minimal required project role "MANAGER"
The group or project was not found
Something is wrong with the API.
Loading...