Pantheon\Terminus\Models\Branch::delete PHP Method

delete() public method

Deletes this branch from the site
public delete ( ) : Workflow
return Workflow
    public function delete()
    {
        return $this->site->getWorkflows()->create('delete_environment_branch', ['params' => ['environment_id' => $this->id]]);
    }