Delete a HITL by ID.
Delete a HITL by ID.
Path Parameters
- project_id integer required
ID of the project that contains the class
- hitl_id integer required
ID of the hitl to delete
Responses
- 204
- 401
- 403
- 404
- 500
HITL was deleted
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...