Scalr\Tests\Functional\Api\Service\User\V1beta0\Controller\FarmRolesTest::deleteFarmRole PHP Method

deleteFarmRole() public method

public deleteFarmRole ( integer $farmRoleId ) : Scalr\Tests\Functional\Api\ApiTestResponse
$farmRoleId integer
return Scalr\Tests\Functional\Api\ApiTestResponse
    public function deleteFarmRole($farmRoleId)
    {
        $uri = self::getUserApiUrl("/farm-roles/{$farmRoleId}");
        return $this->request($uri, Request::METHOD_DELETE);
    }