Not quite. I'd start by making it simpler by multiplying out the polynomials. Then you'd have:
(x^{3}-3x^{2})^{\frac{1}{3}}
Then, use the chain rule:
If f(x)=g(h(x)), then f ' (x) = g ' (f(x))*f ' (x).
For example, look at f(x) = (sin(x))2.
So if g(x) = x2, and h(x) = sin(x), then f(x)=g(h(x)). Then to take the derivative, first, find the derivative of g and h.
So g(x)=x2, which means that g ' (x)=2x.
h(x) = sin(x), which means that h ' (x)= cos(x).
Then to take the derivative, you would remember that f ' (x) = g ' (f(x))*f ' (x). So first, look at g ' (x). That's 2x. So put f(x) in for x, to get 2(sin(x)). Then, multiply by f ' (x), which is cos(x).
So f ' (x), in this example, is 2(sin(x))*cos(x).
Now, use that same method for your problem.