HomeWrite.as

DeleteCollection: Make params a struct

Description

DeleteCollection: Make params a struct

Rather than accepting a naked string, accept a DeleteCollectionParams
struct so that new optional parameters can be added in the future
without breaking the API.

Details