Delete a label in a project HITL.
Delete a label in a project HITL.
Path Parameters
- project_id integer required
ID of the project that contains the class
- hitl_id integer required
ID of the hitl to delete
- name string required
label name to be added in project hitl
Responses
- 200
- 401
- 403
- 404
- 500
Label was deleted in project HITL
User is not authenticated. This means token is either not present or invalid
User does not have the minimal required project role "MANAGER"
The hitl was not found
Something is wrong with the API.
Loading...