Use only alias in Client.DeleteCollection() args
(instead of DeleteCollectionParams.) It's unlikely we'll ever use
something other than a collection alias for this operation, so it's safe
to provide that directly to the method instead of a wrapper struct.