task_id); if (!Authority::canDeleteTaskFeedback($user = $this->getUser($request), $task)) { throw new AuthorizationFailedException(); } $task->feedback_id = null; $task->store(); $resource->delete(); return $this->getCodeResponse(204); } }