id ?? null; if (isset($id)) { return "/_rollup/job/$id"; } throw new RuntimeException('Missing parameter for the endpoint rollup.delete_job'); } public function getParamWhitelist(): array { return []; } public function getMethod(): string { return 'DELETE'; } }