Values.DeleteStorageProfileRequestSourceDeletes a storage profile.
type nonrec t = {farmId : FarmId.t;The farm ID of the farm from which to remove the storage profile.
*)storageProfileId : StorageProfileId.t;The storage profile ID of the storage profile to delete.
*)}