deletesOrderSchedule = $deletesOrderSchedule; } public function execute(String $scheduleId){ try{ return $this->deletesOrderSchedule->execute($scheduleId); return new JsonResponse([],HttpStatus::REQUEST_ACCEPTED); }catch(\Exception $exception){ throw new InternalServerErrorException("Failed to delete schedule because {$exception->getMessage()}"); } } }