action_group)) { throw new RuntimeException('Missing parameter for the endpoint security.delete_action_group'); } return "/_plugins/_security/api/actiongroups/$this->action_group"; } public function getMethod(): string { return 'DELETE'; } /** * @param string|null $action_group * @return DeleteActionGroup */ public function setActionGroup(?string $action_group): DeleteActionGroup { $this->action_group = $action_group; return $this; } }