SevenShores\Hubspot\Tests\Integration\Resources\CompanyPropertiesTest::deleteGroup PHP Method

deleteGroup() public method

public deleteGroup ( )
    public function deleteGroup()
    {
        $createdGroupResponse = $this->createCompanyPropertyGroup();
        $response = $this->companyProperties->deleteGroup($createdGroupResponse->name);
        $this->assertEquals(204, $response->getStatusCode());
    }