Controllers
Delete Controller
Delete a controller.
Handles both single-file and package-style controllers.
Args: controller_type: Type of the controller controller_name: Name of the controller to delete
Returns: Success message when controller is deleted
Raises: HTTPException: 404 if controller not found
delete/controllers/{controller_type}/{controller_name}
Path parameters
controller_type'directional_trading' | 'market_making' | 'generic' required
Types of controllers available
controller_namestring required
Response
Successful Response
{"stackTrail":"paths:/controllers/{controller_type}/{controller_name}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}